#032749

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

Shades of Tangaroa #032749

Tints of Tangaroa #032749

Color information

#032749 (or 0x032749) is unknown color: approx Tangaroa. HEX triplet: 03, 27 and 49. RGB value is (3,39,73). Sum of RGB (Red+Green+Blue) = 3+39+73=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #032749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032749 is #FCD8B6. Grayscale: #1F1F1F. Windows color (decimal): -16570551 or 4794115. OLE color: 4794115.

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

Color convert

RGB33973-
CMYK0.960.4700.71
HSL209.14º92.11%14.9%-
HSV(B)209.14º95.89%28.63%-
XYZ1.971.956.58-
YUV32.11151.07107.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=2.61%
G=33.91%
B=63.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal339730.960.4700.71209.1492.1114.9
Hex32749602F047d15cf
Octal34711114057010732113417
Binary1110011110010011100000101111010001111101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032749; }

 p { color: rgb(3,39,73); }

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

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

 a { background-color: rgb(3,39,73); }

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

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

 span { border-color: rgb(3,39,73); }

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