#022740

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

Shades of Tangaroa #022740

Tints of Tangaroa #022740

Color information

#022740 (or 0x022740) is unknown color: approx Tangaroa. HEX triplet: 02, 27 and 40. RGB value is (2,39,64). Sum of RGB (Red+Green+Blue) = 2+39+64=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #022740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022740 is #FDD8BF. Grayscale: #1E1E1E. Windows color (decimal): -16636096 or 4204290. OLE color: 4204290.

HSL color Cylindrical-coordinate representation of color #022740: hue angle of 204.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022740 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB23964-
CMYK0.970.3900.75
HSL204.19º93.94%12.94%-
HSV(B)204.19º96.88%25.1%-
XYZ1.681.835.12-
YUV30.79146.74107.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=1.90%
G=37.14%
B=60.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal239640.970.3900.75204.1993.9412.94
Hex22740612704Bcc5ed
Octal24710014147011331413615
Binary1010011110000001100001100111010010111100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022740; }

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

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

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

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

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

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

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

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