#2210E2

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

Shades of Medium Blue #2210E2

Tints of Medium Blue #2210E2

Color information

#2210E2 (or 0x2210E2) is unknown color: approx Medium Blue. HEX triplet: 22, 10 and E2. RGB value is (34,16,226). Sum of RGB (Red+Green+Blue) = 34+16+226=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 226 (88.67% from 255 or 81.88% from 276); Max value from RGB is 226 - color contains mainly: blue. Hex color #2210E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210E2 is #DDEF1D. Grayscale: #2C2C2C. Windows color (decimal): -14544670 or 14815266. OLE color: 14815266.

HSL color Cylindrical-coordinate representation of color #2210E2: hue angle of 245.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2210E2 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3416226-
CMYK0.850.9300.11
HSL245.14º86.78%47.45%-
HSV(B)245.14º92.92%88.63%-
XYZ14.576.272.38-
YUV45.32229.96119.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 226 (88.67% from 255) = 81.88%
R=12.32%
G=5.80%
B=81.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal34162260.850.9300.11245.1486.7847.45
Hex2210E2555D0Bf5572f
Octal422034212513501336512757
Binary10001010000111000101010101101110101011111101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2210E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2210E2; }

 p { color: rgb(34,16,226); }

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

<style>
 a { background-color: #2210E2; }

 a { background-color: rgb(34,16,226); }

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

<style>
 span { border-color: #2210E2; }

 span { border-color: rgb(34,16,226); }

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