#032844

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

Shades of Tangaroa #032844

Tints of Tangaroa #032844

Color information

#032844 (or 0x032844) is unknown color: approx Tangaroa. HEX triplet: 03, 28 and 44. RGB value is (3,40,68). Sum of RGB (Red+Green+Blue) = 3+40+68=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #032844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032844 is #FCD7BB. Grayscale: #1F1F1F. Windows color (decimal): -16570300 or 4466691. OLE color: 4466691.

HSL color Cylindrical-coordinate representation of color #032844: hue angle of 205.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032844 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB34068-
CMYK0.960.4100.73
HSL205.85º91.55%13.92%-
HSV(B)205.85º95.59%26.67%-
XYZ1.841.955.75-
YUV32.13148.24107.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 40 (16.02% from 255) = 36.04%
BLUE value IS 68 (26.95% from 255) = 61.26%
R=2.70%
G=36.04%
B=61.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal340680.960.4100.73205.8591.5513.92
Hex328446029049ce5ce
Octal35010414051011131613416
Binary1110100010001001100000101001010010011100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032844; }

 p { color: rgb(3,40,68); }

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

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

 a { background-color: rgb(3,40,68); }

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

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

 span { border-color: rgb(3,40,68); }

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