#220CBE

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

Shades of Medium Blue #220CBE

Tints of Medium Blue #220CBE

Color information

#220CBE (or 0x220CBE) is unknown color: approx Medium Blue. HEX triplet: 22, 0C and BE. RGB value is (34,12,190). Sum of RGB (Red+Green+Blue) = 34+12+190=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #220CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CBE is #DDF341. Grayscale: #262626. Windows color (decimal): -14545730 or 12454946. OLE color: 12454946.

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

Color convert

RGB3412190-
CMYK0.820.9400.25
HSL247.42º88.12%39.61%-
HSV(B)247.42º93.68%74.51%-
XYZ10.094.3249.02-
YUV38.87213.29124.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 190 (74.61% from 255) = 80.51%
R=14.41%
G=5.08%
B=80.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34121900.820.9400.25247.4288.1239.61
Hex22CBE525E019f75828
Octal421427612213603136713050
Binary10001011001011111010100101011110011001111101111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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