#220ECC

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

Shades of Medium Blue #220ECC

Tints of Medium Blue #220ECC

Color information

#220ECC (or 0x220ECC) is unknown color: approx Medium Blue. HEX triplet: 22, 0E and CC. RGB value is (34,14,204). Sum of RGB (Red+Green+Blue) = 34+14+204=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #220ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ECC is #DDF133. Grayscale: #282828. Windows color (decimal): -14545204 or 13372962. OLE color: 13372962.

HSL color Cylindrical-coordinate representation of color #220ECC: hue angle of 246.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220ECC is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3414204-
CMYK0.830.9300.2
HSL246.32º87.16%42.75%-
HSV(B)246.32º93.14%80%-
XYZ11.725.0157.48-
YUV41.64219.63122.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 204 (80.08% from 255) = 80.95%
R=13.49%
G=5.56%
B=80.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal34142040.830.9300.2246.3287.1642.75
Hex22ECC535D014f6572b
Octal421631412313502436612753
Binary10001011101100110010100111011101010100111101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,14,204); }

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

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

 a { background-color: rgb(34,14,204); }

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

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

 span { border-color: rgb(34,14,204); }

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