Html Css Color HEX #3211BC Persian Blue

📋 copy color: '#3211BC'

red 50 ◦ green 17 ◦ blue 188

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

Shades of Persian Blue #3211BC

Tints of Persian Blue #3211BC

RGB

 RED value IS 50 (19.92% from 255) = 19.61%

 GREEN value IS 17 (7.03% from 255) = 6.67%

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 19.61%
G = 6.67%
B = 73.73%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3211BC (or 0x3211BC) is known color: Persian Blue. HEX triplet: 32, 11 and BC. RGB value is (50,17,188). Sum of RGB (Red+Green+Blue) = 50+17+188=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #3211BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211BC is #CDEE43. Grayscale: #2D2D2D. Windows color (decimal): -13495876 or 12325170. OLE color: 12325170.

HSL color Cylindrical-coordinate representation of color #3211BC: hue angle of 251.58º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3211BC is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 17 188 -
CMYK 0.73 0.91 0 0.26
HSL 251.58º 0.83% 0.4% -
HSV(B) 251.58º 0.91% 0.74% -
XYZ 10.59 4.71 47.93 -
YUV 46.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 50 17 188 0.73 0.91 0 0.26 251.58 0.83 0.4
Hex 32 11 BC 49 5B 0 1A FC 53 28
Octal 62 21 274 111 133 0 32 374 123 50
Binary 110010 10001 10111100 1001001 1011011 0 11010 11111100 1010011 101000

Color Harmonies of #3211BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3211BC

Black with #3211BC

Text Example


Text Example

White with #3211BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3211BC; }

 p { color: rgb(50,17,188); }

 H1.HeaderClassName
 {
   color: #3211BC;
 }
 .AnyTagClassName
 {
   color: #3211BC;
 }
</style>

background-color css

<style>
 a { background-color: #3211BC; }

 a { background-color: rgb(50,17,188); }

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

border-color css

<style>
 span { border-color: #3211BC; }

 span { border-color: rgb(50,17,188); }

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