Html Css Color HEX #211BCC Persian Blue

📋 copy color: '#211BCC'

red 33 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #211BCC

Tints of Persian Blue #211BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.23%

 BLUE value IS 204 (80.08% from 255) = 77.27%

R = 12.5%
G = 10.23%
B = 77.27%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#211BCC (or 0x211BCC) is known color: Persian Blue. HEX triplet: 21, 1B and CC. RGB value is (33,27,204). Sum of RGB (Red+Green+Blue) = 33+27+204=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #211BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BCC is #DEE433. Grayscale: #303030. Windows color (decimal): -14607412 or 13376289. OLE color: 13376289.

HSL color Cylindrical-coordinate representation of color #211BCC: hue angle of 242.03º 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 #211BCC is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 27 204 -
CMYK 0.84 0.87 0 0.2
HSL 242.03º 0.77% 0.45% -
HSV(B) 242.03º 0.87% 0.8% -
XYZ 11.92 5.47 57.55 -
YUV 48.97 215.49 116.61 -
System Red Green Blue C M Y K H S L
Decimal 33 27 204 0.84 0.87 0 0.2 242.03 0.77 0.45
Hex 21 1B CC 54 57 0 14 F2 4D 2D
Octal 41 33 314 124 127 0 24 362 115 55
Binary 100001 11011 11001100 1010100 1010111 0 10100 11110010 1001101 101101

Color Harmonies of #211BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211BCC

Black with #211BCC

Text Example


Text Example

White with #211BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,27,204); }

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

background-color css

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

 a { background-color: rgb(33,27,204); }

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

border-color css

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

 span { border-color: rgb(33,27,204); }

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