#2216E4

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

Shades of Medium Blue #2216E4

Tints of Medium Blue #2216E4

Color information

#2216E4 (or 0x2216E4) is unknown color: approx Medium Blue. HEX triplet: 22, 16 and E4. RGB value is (34,22,228). Sum of RGB (Red+Green+Blue) = 34+22+228=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 228 (89.45% from 255 or 80.28% from 284); Max value from RGB is 228 - color contains mainly: blue. Hex color #2216E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2216E4 is #DDE91B. Grayscale: #303030. Windows color (decimal): -14543132 or 14947874. OLE color: 14947874.

HSL color Cylindrical-coordinate representation of color #2216E4: hue angle of 243.5º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2216E4 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3422228-
CMYK0.850.9000.11
HSL243.5º82.4%49.02%-
HSV(B)243.5º90.35%89.41%-
XYZ14.956.5273.87-
YUV49.07228.98117.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 22 (8.98% from 255) = 7.75%
BLUE value IS 228 (89.45% from 255) = 80.28%
R=11.97%
G=7.75%
B=80.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal34222280.850.9000.11243.582.449.02
Hex2216E4555A0Bf35231
Octal422634412513201336312261
Binary10001010110111001001010101101101001011111100111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2216E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2216E4; }

 p { color: rgb(34,22,228); }

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

<style>
 a { background-color: #2216E4; }

 a { background-color: rgb(34,22,228); }

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

<style>
 span { border-color: #2216E4; }

 span { border-color: rgb(34,22,228); }

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