#022646

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

Shades of Tangaroa #022646

Tints of Tangaroa #022646

Color information

#022646 (or 0x022646) is unknown color: approx Tangaroa. HEX triplet: 02, 26 and 46. RGB value is (2,38,70). Sum of RGB (Red+Green+Blue) = 2+38+70=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #022646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022646 is #FDD9B9. Grayscale: #1E1E1E. Windows color (decimal): -16636346 or 4597250. OLE color: 4597250.

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

Color convert

RGB23870-
CMYK0.970.4600.73
HSL208.24º94.44%14.12%-
HSV(B)208.24º97.14%27.45%-
XYZ1.821.846.05-
YUV30.88150.07107.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 70 (27.73% from 255) = 63.64%
R=1.82%
G=34.55%
B=63.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal238700.970.4600.73208.2494.4414.12
Hex22646612E049d05ee
Octal24610614156011132013616
Binary1010011010001101100001101110010010011101000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022646; }

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

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

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

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

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

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

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

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