#39669B

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

Shades of Mariner #39669B

Tints of Mariner #39669B

Color information

#39669B (or 0x39669B) is unknown color: approx Mariner. HEX triplet: 39, 66 and 9B. RGB value is (57,102,155). Sum of RGB (Red+Green+Blue) = 57+102+155=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #39669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39669B is #C69964. Grayscale: #5E5E5E. Windows color (decimal): -13015397 or 10184249. OLE color: 10184249.

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

Color convert

RGB57102155-
CMYK0.630.3400.39
HSL212.45º46.23%41.57%-
HSV(B)212.45º63.23%60.78%-
XYZ12.3612.7432.82-
YUV94.59162.09101.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=18.15%
G=32.48%
B=49.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571021550.630.3400.39212.4546.2341.57
Hex39669B3F22027d42e2a
Octal7114623377420473245652
Binary111001110011010011011111111100010010011111010100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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