#032338

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

Shades of Tangaroa #032338

Tints of Tangaroa #032338

Color information

#032338 (or 0x032338) is unknown color: approx Tangaroa. HEX triplet: 03, 23 and 38. RGB value is (3,35,56). Sum of RGB (Red+Green+Blue) = 3+35+56=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #032338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032338 is #FCDCC7. Grayscale: #1B1B1B. Windows color (decimal): -16571592 or 3678979. OLE color: 3678979.

HSL color Cylindrical-coordinate representation of color #032338: hue angle of 203.77º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032338 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33556-
CMYK0.950.3700.78
HSL203.77º89.83%11.57%-
HSV(B)203.77º94.64%21.96%-
XYZ1.351.513.96-
YUV27.83143.9110.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 56 (22.27% from 255) = 59.57%
R=3.19%
G=37.23%
B=59.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335560.950.3700.78203.7789.8311.57
Hex323385F2504Ecc5ac
Octal3437013745011631413214
Binary111000111110001011111100101010011101100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032338; }

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

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

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

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

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

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

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

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