#032247

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

Shades of Tangaroa #032247

Tints of Tangaroa #032247

Color information

#032247 (or 0x032247) is unknown color: approx Tangaroa. HEX triplet: 03, 22 and 47. RGB value is (3,34,71). Sum of RGB (Red+Green+Blue) = 3+34+71=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #032247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032247 is #FCDDB8. Grayscale: #1C1C1C. Windows color (decimal): -16571833 or 4661763. OLE color: 4661763.

HSL color Cylindrical-coordinate representation of color #032247: hue angle of 212.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032247 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB33471-
CMYK0.960.5200.72
HSL212.65º91.89%14.51%-
HSV(B)212.65º95.77%27.84%-
XYZ1.751.626.18-
YUV28.95151.73109.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=2.78%
G=31.48%
B=65.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal334710.960.5200.72212.6591.8914.51
Hex322476034048d55cf
Octal34210714064011032513417
Binary1110001010001111100000110100010010001101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032247; }

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

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

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

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

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

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

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

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