Html Css Color HEX #211EB4 Persian Blue

📋 copy color: '#211EB4'

red 33 ◦ green 30 ◦ blue 180

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

Shades of Persian Blue #211EB4

Tints of Persian Blue #211EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 74.07%

R = 13.58%
G = 12.35%
B = 74.07%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#211EB4 (or 0x211EB4) is known color: Persian Blue. HEX triplet: 21, 1E and B4. RGB value is (33,30,180). Sum of RGB (Red+Green+Blue) = 33+30+180=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #211EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EB4 is #DEE14B. Grayscale: #2F2F2F. Windows color (decimal): -14606668 or 11804193. OLE color: 11804193.

HSL color Cylindrical-coordinate representation of color #211EB4: hue angle of 241.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211EB4 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 30 180 -
CMYK 0.82 0.83 0 0.29
HSL 241.2º 0.71% 0.41% -
HSV(B) 241.2º 0.83% 0.71% -
XYZ 9.33 4.55 43.57 -
YUV 48 202.49 117.3 -
System Red Green Blue C M Y K H S L
Decimal 33 30 180 0.82 0.83 0 0.29 241.2 0.71 0.41
Hex 21 1E B4 52 53 0 1D F1 47 29
Octal 41 36 264 122 123 0 35 361 107 51
Binary 100001 11110 10110100 1010010 1010011 0 11101 11110001 1000111 101001

Color Harmonies of #211EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211EB4

Black with #211EB4

Text Example


Text Example

White with #211EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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