#022F41

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

Shades of Blue Whale #022F41

Tints of Blue Whale #022F41

Color information

#022F41 (or 0x022F41) is unknown color: approx Blue Whale. HEX triplet: 02, 2F and 41. RGB value is (2,47,65). Sum of RGB (Red+Green+Blue) = 2+47+65=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #022F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F41 is #FDD0BE. Grayscale: #232323. Windows color (decimal): -16634047 or 4271874. OLE color: 4271874.

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

Color convert

RGB24765-
CMYK0.970.2800.75
HSL197.14º94.03%13.14%-
HSV(B)197.14º96.92%25.49%-
XYZ22.435.36-
YUV35.6144.59104.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 65 (25.78% from 255) = 57.02%
R=1.75%
G=41.23%
B=57.02%

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
Decimal247650.970.2800.75197.1494.0313.14
Hex22F41611C04Bc55ed
Octal25710114134011330513615
Binary101011111000001110000111100010010111100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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