#032948

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

Shades of Tangaroa #032948

Tints of Tangaroa #032948

Color information

#032948 (or 0x032948) is unknown color: approx Tangaroa. HEX triplet: 03, 29 and 48. RGB value is (3,41,72). Sum of RGB (Red+Green+Blue) = 3+41+72=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #032948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032948 is #FCD6B7. Grayscale: #212121. Windows color (decimal): -16570040 or 4729091. OLE color: 4729091.

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

Color convert

RGB34172-
CMYK0.960.4300.72
HSL206.96º92%14.71%-
HSV(B)206.96º95.83%28.24%-
XYZ22.076.43-
YUV33.17149.91106.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=2.59%
G=35.34%
B=62.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal341720.960.4300.72206.969214.71
Hex32948602B048cf5cf
Octal35111014053011031713417
Binary1110100110010001100000101011010010001100111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032948; }

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

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

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

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

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

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

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

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