#022E46

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

Shades of Blue Whale #022E46

Tints of Blue Whale #022E46

Color information

#022E46 (or 0x022E46) is unknown color: approx Blue Whale. HEX triplet: 02, 2E and 46. RGB value is (2,46,70). Sum of RGB (Red+Green+Blue) = 2+46+70=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #022E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E46 is #FDD1B9. Grayscale: #232323. Windows color (decimal): -16634298 or 4599298. OLE color: 4599298.

HSL color Cylindrical-coordinate representation of color #022E46: hue angle of 201.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022E46 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB24670-
CMYK0.970.3400.73
HSL201.18º94.44%14.12%-
HSV(B)201.18º97.14%27.45%-
XYZ2.112.416.15-
YUV35.58147.42104.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 70 (27.73% from 255) = 59.32%
R=1.69%
G=38.98%
B=59.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal246700.970.3400.73201.1894.4414.12
Hex22E466122049c95ee
Octal25610614142011131113616
Binary1010111010001101100001100010010010011100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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