#032447

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

Shades of Tangaroa #032447

Tints of Tangaroa #032447

Color information

#032447 (or 0x032447) is unknown color: approx Tangaroa. HEX triplet: 03, 24 and 47. RGB value is (3,36,71). Sum of RGB (Red+Green+Blue) = 3+36+71=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #032447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032447 is #FCDBB8. Grayscale: #1D1D1D. Windows color (decimal): -16571321 or 4662275. OLE color: 4662275.

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

Color convert

RGB33671-
CMYK0.960.4900.72
HSL210.88º91.89%14.51%-
HSV(B)210.88º95.77%27.84%-
XYZ1.811.746.2-
YUV30.12151.07108.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=2.73%
G=32.73%
B=64.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal336710.960.4900.72210.8891.8914.51
Hex324476031048d35cf
Octal34410714061011032313417
Binary1110010010001111100000110001010010001101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032447; }

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

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

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

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

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

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

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

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