#022246

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

Shades of Tangaroa #022246

Tints of Tangaroa #022246

Color information

#022246 (or 0x022246) is unknown color: approx Tangaroa. HEX triplet: 02, 22 and 46. RGB value is (2,34,70). Sum of RGB (Red+Green+Blue) = 2+34+70=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #022246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022246 is #FDDDB9. Grayscale: #1C1C1C. Windows color (decimal): -16637370 or 4596226. OLE color: 4596226.

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

Color convert

RGB23470-
CMYK0.970.5100.73
HSL211.76º94.44%14.12%-
HSV(B)211.76º97.14%27.45%-
XYZ1.71.66.01-
YUV28.54151.4109.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 70 (27.73% from 255) = 66.04%
R=1.89%
G=32.08%
B=66.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal234700.970.5100.73211.7694.4414.12
Hex222466133049d45ee
Octal24210614163011132413616
Binary1010001010001101100001110011010010011101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022246; }

 p { color: rgb(2,34,70); }

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

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

 a { background-color: rgb(2,34,70); }

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

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

 span { border-color: rgb(2,34,70); }

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