#022640

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

Shades of Tangaroa #022640

Tints of Tangaroa #022640

Color information

#022640 (or 0x022640) is unknown color: approx Tangaroa. HEX triplet: 02, 26 and 40. RGB value is (2,38,64). Sum of RGB (Red+Green+Blue) = 2+38+64=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #022640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022640 is #FDD9BF. Grayscale: #1E1E1E. Windows color (decimal): -16636352 or 4204034. OLE color: 4204034.

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

Color convert

RGB23864-
CMYK0.970.4100.75
HSL205.16º93.94%12.94%-
HSV(B)205.16º96.88%25.1%-
XYZ1.641.775.11-
YUV30.2147.07107.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=1.92%
G=36.54%
B=61.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal238640.970.4100.75205.1693.9412.94
Hex22640612904Bcd5ed
Octal24610014151011331513615
Binary1010011010000001100001101001010010111100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022640; }

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

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

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

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

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

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

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

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