Html Css Color HEX #221CE3 Medium Blue

📋 copy color: '#221CE3'

red 34 ◦ green 28 ◦ blue 227

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

Shades of Medium Blue #221CE3

Tints of Medium Blue #221CE3

RGB

 RED value IS 34 (13.67% from 255) = 11.76%

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

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

R = 11.76%
G = 9.69%
B = 78.55%

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

#221CE3 (or 0x221CE3) is known color: Medium Blue. HEX triplet: 22, 1C and E3. RGB value is (34,28,227). Sum of RGB (Red+Green+Blue) = 34+28+227=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 227 (89.06% from 255 or 78.55% from 289); Max value from RGB is 227 - color contains mainly: blue. Hex color #221CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CE3 is #DDE31C. Grayscale: #333333. Windows color (decimal): -14541597 or 14883874. OLE color: 14883874.

HSL color Cylindrical-coordinate representation of color #221CE3: hue angle of 241.81º 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 #221CE3 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 34 28 227 -
CMYK 0.85 0.88 0 0.11
HSL 241.81º 0.78% 0.5% -
HSV(B) 241.81º 0.88% 0.89% -
XYZ 14.94 6.72 73.18 -
YUV 52.48 226.49 114.82 -
System Red Green Blue C M Y K H S L
Decimal 34 28 227 0.85 0.88 0 0.11 241.81 0.78 0.5
Hex 22 1C E3 55 58 0 B F2 4E 32
Octal 42 34 343 125 130 0 13 362 116 62
Binary 100010 11100 11100011 1010101 1011000 0 1011 11110010 1001110 110010

Color Harmonies of #221CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CE3

Black with #221CE3

Text Example


Text Example

White with #221CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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