Html Css Color HEX #211ACB Persian Blue

📋 copy color: '#211ACB'

red 33 ◦ green 26 ◦ blue 203

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

Shades of Persian Blue #211ACB

Tints of Persian Blue #211ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 203 (79.69% from 255) = 77.48%

R = 12.6%
G = 9.92%
B = 77.48%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#211ACB (or 0x211ACB) is known color: Persian Blue. HEX triplet: 21, 1A and CB. RGB value is (33,26,203). Sum of RGB (Red+Green+Blue) = 33+26+203=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #211ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ACB is #DEE534. Grayscale: #2F2F2F. Windows color (decimal): -14607669 or 13310497. OLE color: 13310497.

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

Color convert

RGB 33 26 203 -
CMYK 0.84 0.87 0 0.20
HSL 242.37º 0.77% 0.45% -
HSV(B) 242.37º 0.87% 0.8% -
XYZ 11.78 5.37 56.92 -
YUV 48.27 215.32 117.11 -
System Red Green Blue C M Y K H S L
Decimal 33 26 203 0.84 0.87 0 0.20 242.37 0.77 0.45
Hex 21 1A CB 54 57 0 14 F2 4D 2D
Octal 41 32 313 124 127 0 24 362 115 55
Binary 100001 11010 11001011 1010100 1010111 0 10100 11110010 1001101 101101

Color Harmonies of #211ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ACB

Black with #211ACB

Text Example


Text Example

White with #211ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,26,203); }

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

background-color css

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

 a { background-color: rgb(33,26,203); }

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

border-color css

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

 span { border-color: rgb(33,26,203); }

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