#3F5C9E

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

Shades of Mariner #3F5C9E

Tints of Mariner #3F5C9E

Color information

#3F5C9E (or 0x3F5C9E) is unknown color: approx Mariner. HEX triplet: 3F, 5C and 9E. RGB value is (63,92,158). Sum of RGB (Red+Green+Blue) = 63+92+158=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F5C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5C9E is #C0A361. Grayscale: #5A5A5A. Windows color (decimal): -12624738 or 10378303. OLE color: 10378303.

HSL color Cylindrical-coordinate representation of color #3F5C9E: hue angle of 221.68º 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 #3F5C9E is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6392158-
CMYK0.600.4200.38
HSL221.68º42.99%43.33%-
HSV(B)221.68º60.13%61.96%-
XYZ12.0511.1833.87-
YUV90.85165.89108.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=20.13%
G=29.39%
B=50.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63921580.600.4200.38221.6842.9943.33
Hex3F5C9E3C2A026de2b2b
Octal7713423674520463365353
Binary111111101110010011110111100101010010011011011110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,92,158); }

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

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

 a { background-color: rgb(63,92,158); }

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

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

 span { border-color: rgb(63,92,158); }

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