#32549E

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

Shades of Mariner #32549E

Tints of Mariner #32549E

Color information

#32549E (or 0x32549E) is unknown color: approx Mariner. HEX triplet: 32, 54 and 9E. RGB value is (50,84,158). Sum of RGB (Red+Green+Blue) = 50+84+158=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #32549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32549E is #CDAB61. Grayscale: #515151. Windows color (decimal): -13478754 or 10376242. OLE color: 10376242.

HSL color Cylindrical-coordinate representation of color #32549E: hue angle of 221.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32549E is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5084158-
CMYK0.680.4700.38
HSL221.11º51.92%40.78%-
HSV(B)221.11º68.35%61.96%-
XYZ10.669.4933.62-
YUV82.27170.74104.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=17.12%
G=28.77%
B=54.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50841580.680.4700.38221.1151.9240.78
Hex32549E442F026dd3429
Octal62124236104570463356451
Binary1100101010100100111101000100101111010011011011101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32549E; }

 p { color: rgb(50,84,158); }

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

<style>
 a { background-color: #32549E; }

 a { background-color: rgb(50,84,158); }

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

<style>
 span { border-color: #32549E; }

 span { border-color: rgb(50,84,158); }

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