#032246

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

Shades of Tangaroa #032246

Tints of Tangaroa #032246

Color information

#032246 (or 0x032246) is unknown color: approx Tangaroa. HEX triplet: 03, 22 and 46. RGB value is (3,34,70). Sum of RGB (Red+Green+Blue) = 3+34+70=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #032246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032246 is #FCDDB9. Grayscale: #1C1C1C. Windows color (decimal): -16571834 or 4596227. OLE color: 4596227.

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

Color convert

RGB33470-
CMYK0.960.5100.73
HSL212.24º91.78%14.31%-
HSV(B)212.24º95.71%27.45%-
XYZ1.721.616.01-
YUV28.83151.23109.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=2.80%
G=31.78%
B=65.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal334700.960.5100.73212.2491.7814.31
Hex322466033049d45ce
Octal34210614063011132413416
Binary1110001010001101100000110011010010011101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032246; }

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

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

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

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

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

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

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

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