#032448

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

Shades of Tangaroa #032448

Tints of Tangaroa #032448

Color information

#032448 (or 0x032448) is unknown color: approx Tangaroa. HEX triplet: 03, 24 and 48. RGB value is (3,36,72). Sum of RGB (Red+Green+Blue) = 3+36+72=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #032448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032448 is #FCDBB7. Grayscale: #1E1E1E. Windows color (decimal): -16571320 or 4727811. OLE color: 4727811.

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

Color convert

RGB33672-
CMYK0.960.500.72
HSL211.3º92%14.71%-
HSV(B)211.3º95.83%28.24%-
XYZ1.841.756.37-
YUV30.24151.57108.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=2.70%
G=32.43%
B=64.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal336720.960.500.72211.39214.71
Hex324486032048d35cf
Octal34411014062011032313417
Binary1110010010010001100000110010010010001101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032448; }

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

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

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

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

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

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

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

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