#022038

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

Shades of Tangaroa #022038

Tints of Tangaroa #022038

Color information

#022038 (or 0x022038) is unknown color: approx Tangaroa. HEX triplet: 02, 20 and 38. RGB value is (2,32,56). Sum of RGB (Red+Green+Blue) = 2+32+56=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #022038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022038 is #FDDFC7. Grayscale: #191919. Windows color (decimal): -16637896 or 3678210. OLE color: 3678210.

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

Color convert

RGB23256-
CMYK0.960.4300.78
HSL206.67º93.1%11.37%-
HSV(B)206.67º96.43%21.96%-
XYZ1.261.333.93-
YUV25.77145.06111.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 56 (22.27% from 255) = 62.22%
R=2.22%
G=35.56%
B=62.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal232560.960.4300.78206.6793.111.37
Hex22038602B04Ecf5db
Octal2407014053011631713513
Binary101000001110001100000101011010011101100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022038; }

 p { color: rgb(2,32,56); }

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

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

 a { background-color: rgb(2,32,56); }

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

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

 span { border-color: rgb(2,32,56); }

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