#032046

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

Shades of Tangaroa #032046

Tints of Tangaroa #032046

Color information

#032046 (or 0x032046) is unknown color: approx Tangaroa. HEX triplet: 03, 20 and 46. RGB value is (3,32,70). Sum of RGB (Red+Green+Blue) = 3+32+70=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #032046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032046 is #FCDFB9. Grayscale: #1B1B1B. Windows color (decimal): -16572346 or 4595715. OLE color: 4595715.

HSL color Cylindrical-coordinate representation of color #032046: hue angle of 214.03º 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 #032046 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB33270-
CMYK0.960.5400.73
HSL214.03º91.78%14.31%-
HSV(B)214.03º95.71%27.45%-
XYZ1.661.496-
YUV27.66151.89110.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 70 (27.73% from 255) = 66.67%
R=2.86%
G=30.48%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal332700.960.5400.73214.0391.7814.31
Hex320466036049d65ce
Octal34010614066011132613416
Binary1110000010001101100000110110010010011101011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032046; }

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

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

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

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

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

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

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

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