#022F3F

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

Shades of Blue Whale #022F3F

Tints of Blue Whale #022F3F

Color information

#022F3F (or 0x022F3F) is unknown color: approx Blue Whale. HEX triplet: 02, 2F and 3F. RGB value is (2,47,63). Sum of RGB (Red+Green+Blue) = 2+47+63=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #022F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F3F is #FDD0C0. Grayscale: #232323. Windows color (decimal): -16634049 or 4140802. OLE color: 4140802.

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

Color convert

RGB24763-
CMYK0.970.2500.75
HSL195.74º93.85%12.75%-
HSV(B)195.74º96.83%24.71%-
XYZ1.942.45.06-
YUV35.37143.59104.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 63 (25% from 255) = 56.25%
R=1.79%
G=41.96%
B=56.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal247630.970.2500.75195.7493.8512.75
Hex22F3F611904Bc45ed
Octal2577714131011330413615
Binary10101111111111110000111001010010111100010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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