Html Css Color HEX #211CE3 Medium Blue

📋 copy color: '#211CE3'

red 33 ◦ green 28 ◦ blue 227

#211CE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #211CE3

Tints of Medium Blue #211CE3

RGB

 RED value IS 33 (13.28% from 255) = 11.46%

 GREEN value IS 28 (11.33% from 255) = 9.72%

 BLUE value IS 227 (89.06% from 255) = 78.82%

R = 11.46%
G = 9.72%
B = 78.82%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#211CE3 (or 0x211CE3) is known color: Medium Blue. HEX triplet: 21, 1C and E3. RGB value is (33,28,227). Sum of RGB (Red+Green+Blue) = 33+28+227=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 227 (89.06% from 255 or 78.82% from 288); Max value from RGB is 227 - color contains mainly: blue. Hex color #211CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CE3 is #DEE31C. Grayscale: #333333. Windows color (decimal): -14607133 or 14883873. OLE color: 14883873.

HSL color Cylindrical-coordinate representation of color #211CE3: hue angle of 241.51º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211CE3 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 28 227 -
CMYK 0.85 0.88 0 0.11
HSL 241.51º 0.78% 0.5% -
HSV(B) 241.51º 0.88% 0.89% -
XYZ 14.91 6.7 73.18 -
YUV 52.18 226.66 114.32 -
System Red Green Blue C M Y K H S L
Decimal 33 28 227 0.85 0.88 0 0.11 241.51 0.78 0.5
Hex 21 1C E3 55 58 0 B F2 4E 32
Octal 41 34 343 125 130 0 13 362 116 62
Binary 100001 11100 11100011 1010101 1011000 0 1011 11110010 1001110 110010

Color Harmonies of #211CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CE3

Black with #211CE3

Text Example


Text Example

White with #211CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211CE3; }

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

 H1.HeaderClassName
 {
   color: #211CE3;
 }
 .AnyTagClassName
 {
   color: #211CE3;
 }
</style>

background-color css

<style>
 a { background-color: #211CE3; }

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

 div.DivClassName
 {
   background-color: #211CE3;
 }
 .BgClassName
 {
   background-color: #211CE3;
 }
</style>

border-color css

<style>
 span { border-color: #211CE3; }

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

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