#022746

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

Shades of Tangaroa #022746

Tints of Tangaroa #022746

Color information

#022746 (or 0x022746) is unknown color: approx Tangaroa. HEX triplet: 02, 27 and 46. RGB value is (2,39,70). Sum of RGB (Red+Green+Blue) = 2+39+70=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #022746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022746 is #FDD8B9. Grayscale: #1F1F1F. Windows color (decimal): -16636090 or 4597506. OLE color: 4597506.

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

Color convert

RGB23970-
CMYK0.970.4400.73
HSL207.35º94.44%14.12%-
HSV(B)207.35º97.14%27.45%-
XYZ1.861.916.06-
YUV31.47149.74106.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 70 (27.73% from 255) = 63.06%
R=1.80%
G=35.14%
B=63.06%

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
Decimal239700.970.4400.73207.3594.4414.12
Hex22746612C049cf5ee
Octal24710614154011131713616
Binary1010011110001101100001101100010010011100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022746; }

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

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

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

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

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

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

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

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