#39539F

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

Shades of Mariner #39539F

Tints of Mariner #39539F

Color information

#39539F (or 0x39539F) is unknown color: approx Mariner. HEX triplet: 39, 53 and 9F. RGB value is (57,83,159). Sum of RGB (Red+Green+Blue) = 57+83+159=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #39539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39539F is #C6AC60. Grayscale: #535353. Windows color (decimal): -13020257 or 10441529. OLE color: 10441529.

HSL color Cylindrical-coordinate representation of color #39539F: hue angle of 224.71º 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 #39539F is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5783159-
CMYK0.640.4800.38
HSL224.71º47.22%42.35%-
HSV(B)224.71º64.15%62.35%-
XYZ11.049.5634.06-
YUV83.89170.39108.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=19.06%
G=27.76%
B=53.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57831590.640.4800.38224.7147.2242.35
Hex39539F4030026e12f2a
Octal71123237100600463415752
Binary1110011010011100111111000000110000010011011100001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39539F; }

 p { color: rgb(57,83,159); }

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

<style>
 a { background-color: #39539F; }

 a { background-color: rgb(57,83,159); }

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

<style>
 span { border-color: #39539F; }

 span { border-color: rgb(57,83,159); }

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