#032343

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

Shades of Tangaroa #032343

Tints of Tangaroa #032343

Color information

#032343 (or 0x032343) is unknown color: approx Tangaroa. HEX triplet: 03, 23 and 43. RGB value is (3,35,67). Sum of RGB (Red+Green+Blue) = 3+35+67=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #032343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032343 is #FCDCBC. Grayscale: #1C1C1C. Windows color (decimal): -16571581 or 4399875. OLE color: 4399875.

HSL color Cylindrical-coordinate representation of color #032343: hue angle of 210º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032343 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB33567-
CMYK0.960.4800.74
HSL210º91.43%13.73%-
HSV(B)210º95.52%26.27%-
XYZ1.651.635.54-
YUV29.08149.4109.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 67 (26.56% from 255) = 63.81%
R=2.86%
G=33.33%
B=63.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal335670.960.4800.7421091.4313.73
Hex32343603004Ad25be
Octal34310314060011232213316
Binary1110001110000111100000110000010010101101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032343; }

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

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

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

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

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

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

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

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