#022239

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

Shades of Tangaroa #022239

Tints of Tangaroa #022239

Color information

#022239 (or 0x022239) is unknown color: approx Tangaroa. HEX triplet: 02, 22 and 39. RGB value is (2,34,57). Sum of RGB (Red+Green+Blue) = 2+34+57=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #022239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022239 is #FDDDC6. Grayscale: #1A1A1A. Windows color (decimal): -16637383 or 3744258. OLE color: 3744258.

HSL color Cylindrical-coordinate representation of color #022239: hue angle of 205.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022239 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB23457-
CMYK0.960.4000.78
HSL205.09º93.22%11.57%-
HSV(B)205.09º96.49%22.35%-
XYZ1.341.454.08-
YUV27.05144.9110.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 57 (22.66% from 255) = 61.29%
R=2.15%
G=36.56%
B=61.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal234570.960.4000.78205.0993.2211.57
Hex22239602804Ecd5dc
Octal2427114050011631513514
Binary101000101110011100000101000010011101100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022239; }

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

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

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

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

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

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

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

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