#2204B9

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

Shades of Medium Blue #2204B9

Tints of Medium Blue #2204B9

Color information

#2204B9 (or 0x2204B9) is unknown color: approx Medium Blue. HEX triplet: 22, 04 and B9. RGB value is (34,4,185). Sum of RGB (Red+Green+Blue) = 34+4+185=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #2204B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2204B9 is #DDFB46. Grayscale: #202020. Windows color (decimal): -14547783 or 12125218. OLE color: 12125218.

HSL color Cylindrical-coordinate representation of color #2204B9: hue angle of 249.94º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2204B9 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB344185-
CMYK0.820.9800.27
HSL249.94º95.77%37.06%-
HSV(B)249.94º97.84%72.55%-
XYZ9.463.9346.16-
YUV33.6213.44128.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 185 (72.66% from 255) = 82.96%
R=15.25%
G=1.79%
B=82.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3441850.820.9800.27249.9495.7737.06
Hex224B9526201Bfa6025
Octal42427112214203337214045
Binary1000101001011100110100101100010011011111110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2204B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2204B9; }

 p { color: rgb(34,4,185); }

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

<style>
 a { background-color: #2204B9; }

 a { background-color: rgb(34,4,185); }

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

<style>
 span { border-color: #2204B9; }

 span { border-color: rgb(34,4,185); }

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