#022B48

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

Shades of Blue Whale #022B48

Tints of Blue Whale #022B48

Color information

#022B48 (or 0x022B48) is unknown color: approx Blue Whale. HEX triplet: 02, 2B and 48. RGB value is (2,43,72). Sum of RGB (Red+Green+Blue) = 2+43+72=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #022B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B48 is #FDD4B7. Grayscale: #212121. Windows color (decimal): -16635064 or 4729602. OLE color: 4729602.

HSL color Cylindrical-coordinate representation of color #022B48: hue angle of 204.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B48 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB24372-
CMYK0.970.4000.72
HSL204.86º94.59%14.51%-
HSV(B)204.86º97.22%28.24%-
XYZ2.062.216.45-
YUV34.05149.42105.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=1.71%
G=36.75%
B=61.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal243720.970.4000.72204.8694.5914.51
Hex22B486128048cd5ff
Octal25311014150011031513717
Binary1010101110010001100001101000010010001100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,43,72); }

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

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

 a { background-color: rgb(2,43,72); }

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

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

 span { border-color: rgb(2,43,72); }

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