#032539

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

Shades of Tangaroa #032539

Tints of Tangaroa #032539

Color information

#032539 (or 0x032539) is unknown color: approx Tangaroa. HEX triplet: 03, 25 and 39. RGB value is (3,37,57). Sum of RGB (Red+Green+Blue) = 3+37+57=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #032539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032539 is #FCDAC6. Grayscale: #1C1C1C. Windows color (decimal): -16571079 or 3745027. OLE color: 3745027.

HSL color Cylindrical-coordinate representation of color #032539: hue angle of 202.22º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032539 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33757-
CMYK0.950.3500.78
HSL202.22º90%11.76%-
HSV(B)202.22º94.74%22.35%-
XYZ1.441.644.11-
YUV29.11143.74109.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 57 (22.66% from 255) = 58.76%
R=3.09%
G=38.14%
B=58.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal337570.950.3500.78202.229011.76
Hex325395F2304Eca5ac
Octal3457113743011631213214
Binary111001011110011011111100011010011101100101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032539; }

 p { color: rgb(3,37,57); }

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

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

 a { background-color: rgb(3,37,57); }

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

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

 span { border-color: rgb(3,37,57); }

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