#022E40

Color #022E40 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #022E40

Tints of Blue Whale #022E40

Color information

#022E40 (or 0x022E40) is unknown color: approx Blue Whale. HEX triplet: 02, 2E and 40. RGB value is (2,46,64). Sum of RGB (Red+Green+Blue) = 2+46+64=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #022E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E40 is #FDD1BF. Grayscale: #222222. Windows color (decimal): -16634304 or 4206082. OLE color: 4206082.

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

Color convert

RGB24664-
CMYK0.970.2800.75
HSL197.42º93.94%12.94%-
HSV(B)197.42º96.88%25.1%-
XYZ1.932.345.2-
YUV34.9144.42104.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 64 (25.39% from 255) = 57.14%
R=1.79%
G=41.07%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal246640.970.2800.75197.4293.9412.94
Hex22E40611C04Bc55ed
Octal25610014134011330513615
Binary101011101000000110000111100010010111100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022E40; }

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

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

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

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

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

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

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

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