#022741

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

Shades of Tangaroa #022741

Tints of Tangaroa #022741

Color information

#022741 (or 0x022741) is unknown color: approx Tangaroa. HEX triplet: 02, 27 and 41. RGB value is (2,39,65). Sum of RGB (Red+Green+Blue) = 2+39+65=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #022741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022741 is #FDD8BE. Grayscale: #1E1E1E. Windows color (decimal): -16636095 or 4269826. OLE color: 4269826.

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

Color convert

RGB23965-
CMYK0.970.4000.75
HSL204.76º94.03%13.14%-
HSV(B)204.76º96.92%25.49%-
XYZ1.71.855.27-
YUV30.9147.24107.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=1.89%
G=36.79%
B=61.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal239650.970.4000.75204.7694.0313.14
Hex22741612804Bcd5ed
Octal24710114150011331513615
Binary1010011110000011100001101000010010111100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022741; }

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

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

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

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

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

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

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

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