#2202C0

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

Shades of Medium Blue #2202C0

Tints of Medium Blue #2202C0

Color information

#2202C0 (or 0x2202C0) is unknown color: approx Medium Blue. HEX triplet: 22, 02 and C0. RGB value is (34,2,192). Sum of RGB (Red+Green+Blue) = 34+2+192=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 192 (75.39% from 255 or 84.21% from 228); Max value from RGB is 192 - color contains mainly: blue. Hex color #2202C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2202C0 is #DDFD3F. Grayscale: #202020. Windows color (decimal): -14548288 or 12583458. OLE color: 12583458.

HSL color Cylindrical-coordinate representation of color #2202C0: hue angle of 250.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2202C0 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB342192-
CMYK0.820.9900.25
HSL250.11º97.94%38.04%-
HSV(B)250.11º98.96%75.29%-
XYZ10.24.1950.14-
YUV33.23217.6128.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 192 (75.39% from 255) = 84.21%
R=14.91%
G=0.88%
B=84.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3421920.820.9900.25250.1197.9438.04
Hex222C05263019fa6226
Octal42230012214303137214246
Binary100010101100000010100101100011011001111110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2202C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2202C0; }

 p { color: rgb(34,2,192); }

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

<style>
 a { background-color: #2202C0; }

 a { background-color: rgb(34,2,192); }

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

<style>
 span { border-color: #2202C0; }

 span { border-color: rgb(34,2,192); }

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