#2112DE

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

Shades of Medium Blue #2112DE

Tints of Medium Blue #2112DE

Color information

#2112DE (or 0x2112DE) is unknown color: approx Medium Blue. HEX triplet: 21, 12 and DE. RGB value is (33,18,222). Sum of RGB (Red+Green+Blue) = 33+18+222=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #2112DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2112DE is #DEED21. Grayscale: #2C2C2C. Windows color (decimal): -14609698 or 14553633. OLE color: 14553633.

HSL color Cylindrical-coordinate representation of color #2112DE: hue angle of 244.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2112DE is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3318222-
CMYK0.850.9200.13
HSL244.41º85%47.06%-
HSV(B)244.41º91.89%87.06%-
XYZ14.036.0369.53-
YUV45.74227.47118.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 222 (87.11% from 255) = 81.32%
R=12.09%
G=6.59%
B=81.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33182220.850.9200.13244.418547.06
Hex2112DE555C0Df4552f
Octal412233612513401536412557
Binary10000110010110111101010101101110001101111101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2112DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2112DE; }

 p { color: rgb(33,18,222); }

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

<style>
 a { background-color: #2112DE; }

 a { background-color: rgb(33,18,222); }

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

<style>
 span { border-color: #2112DE; }

 span { border-color: rgb(33,18,222); }

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