#39659D

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

Shades of Mariner #39659D

Tints of Mariner #39659D

Color information

#39659D (or 0x39659D) is unknown color: approx Mariner. HEX triplet: 39, 65 and 9D. RGB value is (57,101,157). Sum of RGB (Red+Green+Blue) = 57+101+157=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #39659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39659D is #C69A62. Grayscale: #5D5D5D. Windows color (decimal): -13015651 or 10315065. OLE color: 10315065.

HSL color Cylindrical-coordinate representation of color #39659D: hue angle of 213.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39659D is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57101157-
CMYK0.640.3600.38
HSL213.6º46.73%41.96%-
HSV(B)213.6º63.69%61.57%-
XYZ12.4312.6133.68-
YUV94.23163.42101.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=18.10%
G=32.06%
B=49.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571011570.640.3600.38213.646.7341.96
Hex39659D4024026d62f2a
Octal71145235100440463265752
Binary1110011100101100111011000000100100010011011010110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39659D; }

 p { color: rgb(57,101,157); }

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

<style>
 a { background-color: #39659D; }

 a { background-color: rgb(57,101,157); }

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

<style>
 span { border-color: #39659D; }

 span { border-color: rgb(57,101,157); }

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