#2100E3

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

Shades of Medium Blue #2100E3

Tints of Medium Blue #2100E3

Color information

#2100E3 (or 0x2100E3) is unknown color: approx Medium Blue. HEX triplet: 21, 00 and E3. RGB value is (33,0,227). Sum of RGB (Red+Green+Blue) = 33+0+227=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 227 (89.06% from 255 or 87.31% from 260); Max value from RGB is 227 - color contains mainly: blue. Hex color #2100E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2100E3 is #DEFF1C. Grayscale: #222222. Windows color (decimal): -14614301 or 14876705. OLE color: 14876705.

HSL color Cylindrical-coordinate representation of color #2100E3: hue angle of 248.72º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100E3 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB330227-
CMYK0.85100.11
HSL248.72º100%44.51%-
HSV(B)248.72º100%89.02%-
XYZ14.495.8773.04-
YUV35.74235.93126.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 227 (89.06% from 255) = 87.31%
R=12.69%
G=0%
B=87.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal3302270.85100.11248.7210044.51
Hex210E355640Bf9642d
Octal41034312514401337114455
Binary1000010111000111010101110010001011111110011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2100E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2100E3; }

 p { color: rgb(33,0,227); }

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

<style>
 a { background-color: #2100E3; }

 a { background-color: rgb(33,0,227); }

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

<style>
 span { border-color: #2100E3; }

 span { border-color: rgb(33,0,227); }

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