#032446

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

Shades of Tangaroa #032446

Tints of Tangaroa #032446

Color information

#032446 (or 0x032446) is unknown color: approx Tangaroa. HEX triplet: 03, 24 and 46. RGB value is (3,36,70). Sum of RGB (Red+Green+Blue) = 3+36+70=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #032446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032446 is #FCDBB9. Grayscale: #1D1D1D. Windows color (decimal): -16571322 or 4596739. OLE color: 4596739.

HSL color Cylindrical-coordinate representation of color #032446: hue angle of 210.45º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032446 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB33670-
CMYK0.960.4900.73
HSL210.45º91.78%14.31%-
HSV(B)210.45º95.71%27.45%-
XYZ1.771.726.03-
YUV30.01150.57108.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 70 (27.73% from 255) = 64.22%
R=2.75%
G=33.03%
B=64.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal336700.960.4900.73210.4591.7814.31
Hex324466031049d25ce
Octal34410614061011132213416
Binary1110010010001101100000110001010010011101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032446; }

 p { color: rgb(3,36,70); }

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

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

 a { background-color: rgb(3,36,70); }

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

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

 span { border-color: rgb(3,36,70); }

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