#32599E

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

Shades of Mariner #32599E

Tints of Mariner #32599E

Color information

#32599E (or 0x32599E) is unknown color: approx Mariner. HEX triplet: 32, 59 and 9E. RGB value is (50,89,158). Sum of RGB (Red+Green+Blue) = 50+89+158=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #32599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32599E is #CDA661. Grayscale: #545454. Windows color (decimal): -13477474 or 10377522. OLE color: 10377522.

HSL color Cylindrical-coordinate representation of color #32599E: hue angle of 218.33º 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 #32599E is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5089158-
CMYK0.680.4400.38
HSL218.33º51.92%40.78%-
HSV(B)218.33º68.35%61.96%-
XYZ11.0610.2933.75-
YUV85.2169.08102.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=16.84%
G=29.97%
B=53.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50891580.680.4400.38218.3351.9240.78
Hex32599E442C026da3429
Octal62131236104540463326451
Binary1100101011001100111101000100101100010011011011010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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