#39549F

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

Shades of Mariner #39549F

Tints of Mariner #39549F

Color information

#39549F (or 0x39549F) is unknown color: approx Mariner. HEX triplet: 39, 54 and 9F. RGB value is (57,84,159). Sum of RGB (Red+Green+Blue) = 57+84+159=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #39549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39549F is #C6AB60. Grayscale: #545454. Windows color (decimal): -13020001 or 10441785. OLE color: 10441785.

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

Color convert

RGB5784159-
CMYK0.640.4700.38
HSL224.12º47.22%42.35%-
HSV(B)224.12º64.15%62.35%-
XYZ11.129.7134.09-
YUV84.48170.05108.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 159 (62.5% from 255) = 53%
R=19%
G=28%
B=53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57841590.640.4700.38224.1247.2242.35
Hex39549F402F026e02f2a
Octal71124237100570463405752
Binary1110011010100100111111000000101111010011011100000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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