#022644

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

Shades of Tangaroa #022644

Tints of Tangaroa #022644

Color information

#022644 (or 0x022644) is unknown color: approx Tangaroa. HEX triplet: 02, 26 and 44. RGB value is (2,38,68). Sum of RGB (Red+Green+Blue) = 2+38+68=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #022644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022644 is #FDD9BB. Grayscale: #1E1E1E. Windows color (decimal): -16636348 or 4466178. OLE color: 4466178.

HSL color Cylindrical-coordinate representation of color #022644: hue angle of 207.27º 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 #022644 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB23868-
CMYK0.970.4400.73
HSL207.27º94.29%13.73%-
HSV(B)207.27º97.06%26.67%-
XYZ1.761.825.73-
YUV30.66149.07107.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 68 (26.95% from 255) = 62.96%
R=1.85%
G=35.19%
B=62.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal238680.970.4400.73207.2794.2913.73
Hex22644612C049cf5ee
Octal24610414154011131713616
Binary1010011010001001100001101100010010011100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022644; }

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

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

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

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

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

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

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

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