#022A44

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

Shades of Tangaroa #022A44

Tints of Tangaroa #022A44

Color information

#022A44 (or 0x022A44) is unknown color: approx Tangaroa. HEX triplet: 02, 2A and 44. RGB value is (2,42,68). Sum of RGB (Red+Green+Blue) = 2+42+68=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #022A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A44 is #FDD5BB. Grayscale: #202020. Windows color (decimal): -16635324 or 4467202. OLE color: 4467202.

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

Color convert

RGB24268-
CMYK0.970.3800.73
HSL203.64º94.29%13.73%-
HSV(B)203.64º97.06%26.67%-
XYZ1.92.095.77-
YUV33147.75105.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 68 (26.95% from 255) = 60.71%
R=1.79%
G=37.5%
B=60.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal242680.970.3800.73203.6494.2913.73
Hex22A446126049cc5ee
Octal25210414146011131413616
Binary1010101010001001100001100110010010011100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A44; }

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

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

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

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

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

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

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

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