#022846

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

Shades of Tangaroa #022846

Tints of Tangaroa #022846

Color information

#022846 (or 0x022846) is unknown color: approx Tangaroa. HEX triplet: 02, 28 and 46. RGB value is (2,40,70). Sum of RGB (Red+Green+Blue) = 2+40+70=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #022846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022846 is #FDD7B9. Grayscale: #1F1F1F. Windows color (decimal): -16635834 or 4597762. OLE color: 4597762.

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

Color convert

RGB24070-
CMYK0.970.4300.73
HSL206.47º94.44%14.12%-
HSV(B)206.47º97.14%27.45%-
XYZ1.891.976.08-
YUV32.06149.41106.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 70 (27.73% from 255) = 62.5%
R=1.79%
G=35.71%
B=62.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal240700.970.4300.73206.4794.4414.12
Hex22846612B049ce5ee
Octal25010614153011131613616
Binary1010100010001101100001101011010010011100111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022846; }

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

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

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

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

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

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

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

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