#39609B

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

Shades of Mariner #39609B

Tints of Mariner #39609B

Color information

#39609B (or 0x39609B) is unknown color: approx Mariner. HEX triplet: 39, 60 and 9B. RGB value is (57,96,155). Sum of RGB (Red+Green+Blue) = 57+96+155=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #39609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39609B is #C69F64. Grayscale: #5A5A5A. Windows color (decimal): -13016933 or 10182713. OLE color: 10182713.

HSL color Cylindrical-coordinate representation of color #39609B: hue angle of 216.12º 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 #39609B is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5796155-
CMYK0.630.3800.39
HSL216.12º46.23%41.57%-
HSV(B)216.12º63.23%60.78%-
XYZ11.7911.632.63-
YUV91.06164.08103.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=18.51%
G=31.17%
B=50.32%

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
Decimal57961550.630.3800.39216.1246.2341.57
Hex39609B3F26027d82e2a
Octal7114023377460473305652
Binary111001110000010011011111111100110010011111011000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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