#2213C6

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

Shades of Medium Blue #2213C6

Tints of Medium Blue #2213C6

Color information

#2213C6 (or 0x2213C6) is unknown color: approx Medium Blue. HEX triplet: 22, 13 and C6. RGB value is (34,19,198). Sum of RGB (Red+Green+Blue) = 34+19+198=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 198 (77.73% from 255 or 78.88% from 251); Max value from RGB is 198 - color contains mainly: blue. Hex color #2213C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2213C6 is #DDEC39. Grayscale: #2B2B2B. Windows color (decimal): -14543930 or 12981026. OLE color: 12981026.

HSL color Cylindrical-coordinate representation of color #2213C6: hue angle of 245.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2213C6 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3419198-
CMYK0.830.9000.22
HSL245.03º82.49%42.55%-
HSV(B)245.03º90.4%77.65%-
XYZ11.094.8853.78-
YUV43.89214.97120.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 198 (77.73% from 255) = 78.88%
R=13.55%
G=7.57%
B=78.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34191980.830.9000.22245.0382.4942.55
Hex2213C6535A016f5522b
Octal422330612313202636512253
Binary100010100111100011010100111011010010110111101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2213C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2213C6; }

 p { color: rgb(34,19,198); }

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

<style>
 a { background-color: #2213C6; }

 a { background-color: rgb(34,19,198); }

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

<style>
 span { border-color: #2213C6; }

 span { border-color: rgb(34,19,198); }

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