#022946

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

Shades of Tangaroa #022946

Tints of Tangaroa #022946

Color information

#022946 (or 0x022946) is unknown color: approx Tangaroa. HEX triplet: 02, 29 and 46. RGB value is (2,41,70). Sum of RGB (Red+Green+Blue) = 2+41+70=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #022946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022946 is #FDD6B9. Grayscale: #202020. Windows color (decimal): -16635578 or 4598018. OLE color: 4598018.

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

Color convert

RGB24170-
CMYK0.970.4100.73
HSL205.59º94.44%14.12%-
HSV(B)205.59º97.14%27.45%-
XYZ1.922.046.09-
YUV32.64149.08106.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 70 (27.73% from 255) = 61.95%
R=1.77%
G=36.28%
B=61.95%

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
Decimal241700.970.4100.73205.5994.4414.12
Hex229466129049ce5ee
Octal25110614151011131613616
Binary1010100110001101100001101001010010011100111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022946; }

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

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

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

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

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

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

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

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