#032042

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

Shades of Tangaroa #032042

Tints of Tangaroa #032042

Color information

#032042 (or 0x032042) is unknown color: approx Tangaroa. HEX triplet: 03, 20 and 42. RGB value is (3,32,66). Sum of RGB (Red+Green+Blue) = 3+32+66=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 66 (26.17% from 255 or 65.35% from 101); Max value from RGB is 66 - color contains mainly: blue. Hex color #032042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032042 is #FCDFBD. Grayscale: #1B1B1B. Windows color (decimal): -16572350 or 4333571. OLE color: 4333571.

HSL color Cylindrical-coordinate representation of color #032042: hue angle of 212.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032042 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB33266-
CMYK0.950.5200.74
HSL212.38º91.3%13.53%-
HSV(B)212.38º95.45%25.88%-
XYZ1.541.455.35-
YUV27.2149.89110.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 66 (26.17% from 255) = 65.35%
R=2.97%
G=31.68%
B=65.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal332660.950.5200.74212.3891.313.53
Hex320425F3404Ad45be
Octal34010213764011232413316
Binary1110000010000101011111110100010010101101010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032042; }

 p { color: rgb(3,32,66); }

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

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

 a { background-color: rgb(3,32,66); }

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

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

 span { border-color: rgb(3,32,66); }

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