#3F6A9D

Color #3F6A9D Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #3F6A9D

Tints of Mariner #3F6A9D

Color information

#3F6A9D (or 0x3F6A9D) is unknown color: approx Mariner. HEX triplet: 3F, 6A and 9D. RGB value is (63,106,157). Sum of RGB (Red+Green+Blue) = 63+106+157=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F6A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6A9D is #C09562. Grayscale: #626262. Windows color (decimal): -12621155 or 10316351. OLE color: 10316351.

HSL color Cylindrical-coordinate representation of color #3F6A9D: hue angle of 212.55º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F6A9D is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63106157-
CMYK0.600.3200.38
HSL212.55º42.73%43.14%-
HSV(B)212.55º59.87%61.57%-
XYZ13.2913.833.86-
YUV98.96160.75102.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=19.33%
G=32.52%
B=48.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631061570.600.3200.38212.5542.7343.14
Hex3F6A9D3C20026d52b2b
Octal7715223574400463255353
Binary111111110101010011101111100100000010011011010101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6A9D; }

 p { color: rgb(63,106,157); }

 H1.HeaderClassName
 {
   color: #3F6A9D;
 }
 .AnyTagClassName
 {
   color: #3F6A9D;
 }
</style>
background-color css

<style>
 a { background-color: #3F6A9D; }

 a { background-color: rgb(63,106,157); }

 div.DivClassName
 {
   background-color: #3F6A9D;
 }
 .BgClassName
 {
   background-color: #3F6A9D;
 }
</style>
border-color css

<style>
 span { border-color: #3F6A9D; }

 span { border-color: rgb(63,106,157); }

 td.TdClassName
 {
   border-color: #3F6A9D;
 }
 .TagClassName
 {
   border-color: #3F6A9D;
 }
</style>