#220ABE

Color #220ABE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #220ABE

Tints of Medium Blue #220ABE

Color information

#220ABE (or 0x220ABE) is unknown color: approx Medium Blue. HEX triplet: 22, 0A and BE. RGB value is (34,10,190). Sum of RGB (Red+Green+Blue) = 34+10+190=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #220ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ABE is #DDF541. Grayscale: #252525. Windows color (decimal): -14546242 or 12454434. OLE color: 12454434.

HSL color Cylindrical-coordinate representation of color #220ABE: hue angle of 248º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ABE is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3410190-
CMYK0.820.9500.25
HSL248º90%39.22%-
HSV(B)248º94.74%74.51%-
XYZ10.064.2749.01-
YUV37.7213.95125.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 190 (74.61% from 255) = 81.20%
R=14.53%
G=4.27%
B=81.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34101900.820.9500.252489039.22
Hex22ABE525F019f85a27
Octal421227612213703137013247
Binary10001010101011111010100101011111011001111110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220ABE; }

 p { color: rgb(34,10,190); }

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

<style>
 a { background-color: #220ABE; }

 a { background-color: rgb(34,10,190); }

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

<style>
 span { border-color: #220ABE; }

 span { border-color: rgb(34,10,190); }

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