#2204E0

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

Shades of Medium Blue #2204E0

Tints of Medium Blue #2204E0

Color information

#2204E0 (or 0x2204E0) is unknown color: approx Medium Blue. HEX triplet: 22, 04 and E0. RGB value is (34,4,224). Sum of RGB (Red+Green+Blue) = 34+4+224=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 224 (87.89% from 255 or 85.50% from 262); Max value from RGB is 224 - color contains mainly: blue. Hex color #2204E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2204E0 is #DDFB1F. Grayscale: #252525. Windows color (decimal): -14547744 or 14681122. OLE color: 14681122.

HSL color Cylindrical-coordinate representation of color #2204E0: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2204E0 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB344224-
CMYK0.850.9800.12
HSL248.18º96.49%44.71%-
HSV(B)248.18º98.21%87.84%-
XYZ14.165.8170.9-
YUV38.05232.94125.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 224 (87.89% from 255) = 85.50%
R=12.98%
G=1.53%
B=85.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal3442240.850.9800.12248.1896.4944.71
Hex224E055620Cf8602d
Octal42434012514201437014055
Binary100010100111000001010101110001001100111110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2204E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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