#022D42

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

Shades of Blue Whale #022D42

Tints of Blue Whale #022D42

Color information

#022D42 (or 0x022D42) is unknown color: approx Blue Whale. HEX triplet: 02, 2D and 42. RGB value is (2,45,66). Sum of RGB (Red+Green+Blue) = 2+45+66=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 66 (26.17% from 255 or 58.41% from 113); Max value from RGB is 66 - color contains mainly: blue. Hex color #022D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D42 is #FDD2BD. Grayscale: #222222. Windows color (decimal): -16634558 or 4336898. OLE color: 4336898.

HSL color Cylindrical-coordinate representation of color #022D42: hue angle of 199.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022D42 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB24566-
CMYK0.970.3200.74
HSL199.69º94.12%13.33%-
HSV(B)199.69º96.97%25.88%-
XYZ1.952.285.49-
YUV34.54145.75104.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 66 (26.17% from 255) = 58.41%
R=1.77%
G=39.82%
B=58.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal245660.970.3200.74199.6994.1213.33
Hex22D42612004Ac85ed
Octal25510214140011231013615
Binary1010110110000101100001100000010010101100100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,45,66); }

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

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

 a { background-color: rgb(2,45,66); }

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

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

 span { border-color: rgb(2,45,66); }

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