#39609C

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

Shades of Mariner #39609C

Tints of Mariner #39609C

Color information

#39609C (or 0x39609C) is unknown color: approx Mariner. HEX triplet: 39, 60 and 9C. RGB value is (57,96,156). Sum of RGB (Red+Green+Blue) = 57+96+156=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #39609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39609C is #C69F63. Grayscale: #5A5A5A. Windows color (decimal): -13016932 or 10248249. OLE color: 10248249.

HSL color Cylindrical-coordinate representation of color #39609C: hue angle of 216.36º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39609C is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5796156-
CMYK0.630.3800.39
HSL216.36º46.48%41.76%-
HSV(B)216.36º63.46%61.18%-
XYZ11.8711.6433.07-
YUV91.18164.58103.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=18.45%
G=31.07%
B=50.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57961560.630.3800.39216.3646.4841.76
Hex39609C3F26027d82e2a
Octal7114023477460473305652
Binary111001110000010011100111111100110010011111011000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39609C; }

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

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

<style>
 a { background-color: #39609C; }

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

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

<style>
 span { border-color: #39609C; }

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

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