#032147

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

Shades of Tangaroa #032147

Tints of Tangaroa #032147

Color information

#032147 (or 0x032147) is unknown color: approx Tangaroa. HEX triplet: 03, 21 and 47. RGB value is (3,33,71). Sum of RGB (Red+Green+Blue) = 3+33+71=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #032147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032147 is #FCDEB8. Grayscale: #1C1C1C. Windows color (decimal): -16572089 or 4661507. OLE color: 4661507.

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

Color convert

RGB33371-
CMYK0.960.5400.72
HSL213.53º91.89%14.51%-
HSV(B)213.53º95.77%27.84%-
XYZ1.721.566.17-
YUV28.36152.06109.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 71 (28.12% from 255) = 66.36%
R=2.80%
G=30.84%
B=66.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal333710.960.5400.72213.5391.8914.51
Hex321476036048d65cf
Octal34110714066011032613417
Binary1110000110001111100000110110010010001101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032147; }

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

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

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

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

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

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

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

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