#032947

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

Shades of Tangaroa #032947

Tints of Tangaroa #032947

Color information

#032947 (or 0x032947) is unknown color: approx Tangaroa. HEX triplet: 03, 29 and 47. RGB value is (3,41,71). Sum of RGB (Red+Green+Blue) = 3+41+71=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #032947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032947 is #FCD6B8. Grayscale: #202020. Windows color (decimal): -16570041 or 4663555. OLE color: 4663555.

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

Color convert

RGB34171-
CMYK0.960.4200.72
HSL206.47º91.89%14.51%-
HSV(B)206.47º95.77%27.84%-
XYZ1.972.066.26-
YUV33.06149.41106.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=2.61%
G=35.65%
B=61.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal341710.960.4200.72206.4791.8914.51
Hex32947602A048ce5cf
Octal35110714052011031613417
Binary1110100110001111100000101010010010001100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032947; }

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

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

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

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

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

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

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

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