#032548

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

Shades of Tangaroa #032548

Tints of Tangaroa #032548

Color information

#032548 (or 0x032548) is unknown color: approx Tangaroa. HEX triplet: 03, 25 and 48. RGB value is (3,37,72). Sum of RGB (Red+Green+Blue) = 3+37+72=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #032548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032548 is #FCDAB7. Grayscale: #1E1E1E. Windows color (decimal): -16571064 or 4728067. OLE color: 4728067.

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

Color convert

RGB33772-
CMYK0.960.4900.72
HSL210.43º92%14.71%-
HSV(B)210.43º95.83%28.24%-
XYZ1.871.816.38-
YUV30.82151.24108.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=2.68%
G=33.04%
B=64.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337720.960.4900.72210.439214.71
Hex325486031048d25cf
Octal34511014061011032213417
Binary1110010110010001100000110001010010001101001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032548; }

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

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

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

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

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

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

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

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