#032348

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

Shades of Tangaroa #032348

Tints of Tangaroa #032348

Color information

#032348 (or 0x032348) is unknown color: approx Tangaroa. HEX triplet: 03, 23 and 48. RGB value is (3,35,72). Sum of RGB (Red+Green+Blue) = 3+35+72=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #032348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032348 is #FCDCB7. Grayscale: #1D1D1D. Windows color (decimal): -16571576 or 4727555. OLE color: 4727555.

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

Color convert

RGB33572-
CMYK0.960.5100.72
HSL212.17º92%14.71%-
HSV(B)212.17º95.83%28.24%-
XYZ1.811.696.36-
YUV29.65151.9108.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=2.73%
G=31.82%
B=65.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal335720.960.5100.72212.179214.71
Hex323486033048d45cf
Octal34311014063011032413417
Binary1110001110010001100000110011010010001101010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032348; }

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

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

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

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

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

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

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

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