#3F609C

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

Shades of Mariner #3F609C

Tints of Mariner #3F609C

Color information

#3F609C (or 0x3F609C) is unknown color: approx Mariner. HEX triplet: 3F, 60 and 9C. RGB value is (63,96,156). Sum of RGB (Red+Green+Blue) = 63+96+156=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F609C is #C09F63. Grayscale: #5C5C5C. Windows color (decimal): -12623716 or 10248255. OLE color: 10248255.

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

Color convert

RGB6396156-
CMYK0.600.3800.39
HSL218.71º42.47%42.94%-
HSV(B)218.71º59.62%61.18%-
XYZ12.2311.8233.09-
YUV92.97163.57106.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=20%
G=30.48%
B=49.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63961560.600.3800.39218.7142.4742.94
Hex3F609C3C26027db2a2b
Octal7714023474460473335253
Binary111111110000010011100111100100110010011111011011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,156); }

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

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

 a { background-color: rgb(63,96,156); }

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

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

 span { border-color: rgb(63,96,156); }

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