Html Css Color HEX #211EBB Persian Blue

📋 copy color: '#211EBB'

red 33 ◦ green 30 ◦ blue 187

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

Shades of Persian Blue #211EBB

Tints of Persian Blue #211EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.8%

R = 13.2%
G = 12%
B = 74.8%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#211EBB (or 0x211EBB) is known color: Persian Blue. HEX triplet: 21, 1E and BB. RGB value is (33,30,187). Sum of RGB (Red+Green+Blue) = 33+30+187=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #211EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EBB is #DEE144. Grayscale: #303030. Windows color (decimal): -14606661 or 12262945. OLE color: 12262945.

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

Color convert

RGB 33 30 187 -
CMYK 0.82 0.84 0 0.27
HSL 241.15º 0.72% 0.43% -
HSV(B) 241.15º 0.84% 0.73% -
XYZ 10.06 4.84 47.42 -
YUV 48.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 33 30 187 0.82 0.84 0 0.27 241.15 0.72 0.43
Hex 21 1E BB 52 54 0 1B F1 48 2B
Octal 41 36 273 122 124 0 33 361 110 53
Binary 100001 11110 10111011 1010010 1010100 0 11011 11110001 1001000 101011

Color Harmonies of #211EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211EBB

Black with #211EBB

Text Example


Text Example

White with #211EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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