Html Css Color HEX #3211BE Persian Blue

📋 copy color: '#3211BE'

red 50 ◦ green 17 ◦ blue 190

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

Shades of Persian Blue #3211BE

Tints of Persian Blue #3211BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 19.46%
G = 6.61%
B = 73.93%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3211BE (or 0x3211BE) is known color: Persian Blue. HEX triplet: 32, 11 and BE. RGB value is (50,17,190). Sum of RGB (Red+Green+Blue) = 50+17+190=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #3211BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211BE is #CDEE41. Grayscale: #2D2D2D. Windows color (decimal): -13495874 or 12456242. OLE color: 12456242.

HSL color Cylindrical-coordinate representation of color #3211BE: hue angle of 251.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3211BE is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 17 190 -
CMYK 0.74 0.91 0 0.25
HSL 251.45º 0.84% 0.41% -
HSV(B) 251.45º 0.91% 0.75% -
XYZ 10.81 4.8 49.07 -
YUV 46.59 208.93 130.43 -
System Red Green Blue C M Y K H S L
Decimal 50 17 190 0.74 0.91 0 0.25 251.45 0.84 0.41
Hex 32 11 BE 4A 5B 0 19 FB 54 29
Octal 62 21 276 112 133 0 31 373 124 51
Binary 110010 10001 10111110 1001010 1011011 0 11001 11111011 1010100 101001

Color Harmonies of #3211BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3211BE

Black with #3211BE

Text Example


Text Example

White with #3211BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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