Html Css Color HEX #211EBF Persian Blue

📋 copy color: '#211EBF'

red 33 ◦ green 30 ◦ blue 191

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

Shades of Persian Blue #211EBF

Tints of Persian Blue #211EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 191 (75% from 255) = 75.2%

R = 12.99%
G = 11.81%
B = 75.2%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#211EBF (or 0x211EBF) is known color: Persian Blue. HEX triplet: 21, 1E and BF. RGB value is (33,30,191). Sum of RGB (Red+Green+Blue) = 33+30+191=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #211EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EBF is #DEE140. Grayscale: #303030. Windows color (decimal): -14606657 or 12525089. OLE color: 12525089.

HSL color Cylindrical-coordinate representation of color #211EBF: hue angle of 241.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211EBF is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 30 191 -
CMYK 0.83 0.84 0 0.25
HSL 241.12º 0.73% 0.43% -
HSV(B) 241.12º 0.84% 0.75% -
XYZ 10.5 5.01 49.7 -
YUV 49.25 207.99 116.41 -
System Red Green Blue C M Y K H S L
Decimal 33 30 191 0.83 0.84 0 0.25 241.12 0.73 0.43
Hex 21 1E BF 53 54 0 19 F1 49 2B
Octal 41 36 277 123 124 0 31 361 111 53
Binary 100001 11110 10111111 1010011 1010100 0 11001 11110001 1001001 101011

Color Harmonies of #211EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211EBF

Black with #211EBF

Text Example


Text Example

White with #211EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,30,191); }

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

background-color css

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

 a { background-color: rgb(33,30,191); }

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

border-color css

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

 span { border-color: rgb(33,30,191); }

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