Html Css Color HEX #211FB3 Persian Blue

📋 copy color: '#211FB3'

red 33 ◦ green 31 ◦ blue 179

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

Shades of Persian Blue #211FB3

Tints of Persian Blue #211FB3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

 BLUE value IS 179 (70.31% from 255) = 73.66%

R = 13.58%
G = 12.76%
B = 73.66%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#211FB3 (or 0x211FB3) is known color: Persian Blue. HEX triplet: 21, 1F and B3. RGB value is (33,31,179). Sum of RGB (Red+Green+Blue) = 33+31+179=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 179 (70.31% from 255 or 73.66% from 243); Max value from RGB is 179 - color contains mainly: blue. Hex color #211FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FB3 is #DEE04C. Grayscale: #2F2F2F. Windows color (decimal): -14606413 or 11738913. OLE color: 11738913.

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

Color convert

RGB 33 31 179 -
CMYK 0.82 0.83 0 0.30
HSL 240.81º 0.7% 0.41% -
HSV(B) 240.81º 0.83% 0.7% -
XYZ 9.25 4.56 43.04 -
YUV 48.47 201.66 116.97 -
System Red Green Blue C M Y K H S L
Decimal 33 31 179 0.82 0.83 0 0.30 240.81 0.7 0.41
Hex 21 1F B3 52 53 0 1E F1 46 29
Octal 41 37 263 122 123 0 36 361 106 51
Binary 100001 11111 10110011 1010010 1010011 0 11110 11110001 1000110 101001

Color Harmonies of #211FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FB3

Black with #211FB3

Text Example


Text Example

White with #211FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,31,179); }

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

background-color css

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

 a { background-color: rgb(33,31,179); }

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

border-color css

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

 span { border-color: rgb(33,31,179); }

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