Html Css Color HEX #211CD3 Persian Blue

📋 copy color: '#211CD3'

red 33 ◦ green 28 ◦ blue 211

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

Shades of Persian Blue #211CD3

Tints of Persian Blue #211CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 77.57%

R = 12.13%
G = 10.29%
B = 77.57%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#211CD3 (or 0x211CD3) is known color: Persian Blue. HEX triplet: 21, 1C and D3. RGB value is (33,28,211). Sum of RGB (Red+Green+Blue) = 33+28+211=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 211 (82.81% from 255 or 77.57% from 272); Max value from RGB is 211 - color contains mainly: blue. Hex color #211CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CD3 is #DEE32C. Grayscale: #313131. Windows color (decimal): -14607149 or 13835297. OLE color: 13835297.

HSL color Cylindrical-coordinate representation of color #211CD3: hue angle of 241.64º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211CD3 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 33 28 211 -
CMYK 0.84 0.87 0 0.17
HSL 241.64º 0.77% 0.47% -
HSV(B) 241.64º 0.87% 0.83% -
XYZ 12.8 5.86 62.08 -
YUV 50.36 218.66 115.62 -
System Red Green Blue C M Y K H S L
Decimal 33 28 211 0.84 0.87 0 0.17 241.64 0.77 0.47
Hex 21 1C D3 54 57 0 11 F2 4D 2F
Octal 41 34 323 124 127 0 21 362 115 57
Binary 100001 11100 11010011 1010100 1010111 0 10001 11110010 1001101 101111

Color Harmonies of #211CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CD3

Black with #211CD3

Text Example


Text Example

White with #211CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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