#022844

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

Shades of Tangaroa #022844

Tints of Tangaroa #022844

Color information

#022844 (or 0x022844) is unknown color: approx Tangaroa. HEX triplet: 02, 28 and 44. RGB value is (2,40,68). Sum of RGB (Red+Green+Blue) = 2+40+68=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #022844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022844 is #FDD7BB. Grayscale: #1F1F1F. Windows color (decimal): -16635836 or 4466690. OLE color: 4466690.

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

Color convert

RGB24068-
CMYK0.970.4100.73
HSL205.45º94.29%13.73%-
HSV(B)205.45º97.06%26.67%-
XYZ1.831.955.75-
YUV31.83148.41106.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 68 (26.95% from 255) = 61.82%
R=1.82%
G=36.36%
B=61.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal240680.970.4100.73205.4594.2913.73
Hex228446129049cd5ee
Octal25010414151011131513616
Binary1010100010001001100001101001010010011100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022844; }

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

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

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

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

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

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

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

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