#032139

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

Shades of Tangaroa #032139

Tints of Tangaroa #032139

Color information

#032139 (or 0x032139) is unknown color: approx Tangaroa. HEX triplet: 03, 21 and 39. RGB value is (3,33,57). Sum of RGB (Red+Green+Blue) = 3+33+57=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #032139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032139 is #FCDEC6. Grayscale: #1A1A1A. Windows color (decimal): -16572103 or 3744003. OLE color: 3744003.

HSL color Cylindrical-coordinate representation of color #032139: hue angle of 206.67º 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 #032139 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33357-
CMYK0.950.4200.78
HSL206.67º90%11.76%-
HSV(B)206.67º94.74%22.35%-
XYZ1.321.44.07-
YUV26.77145.06111.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 57 (22.66% from 255) = 61.29%
R=3.23%
G=35.48%
B=61.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal333570.950.4200.78206.679011.76
Hex321395F2A04Ecf5ac
Octal3417113752011631713214
Binary111000011110011011111101010010011101100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032139; }

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

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

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

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

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

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

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

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