Html Css Color HEX #3231DB Persian Blue

📋 copy color: '#3231DB'

red 50 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #3231DB

Tints of Persian Blue #3231DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 219 (85.94% from 255) = 68.87%

R = 15.72%
G = 15.41%
B = 68.87%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3231DB (or 0x3231DB) is known color: Persian Blue. HEX triplet: 32, 31 and DB. RGB value is (50,49,219). Sum of RGB (Red+Green+Blue) = 50+49+219=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #3231DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3231DB is #CDCE24. Grayscale: #444444. Windows color (decimal): -13487653 or 14364978. OLE color: 14364978.

HSL color Cylindrical-coordinate representation of color #3231DB: hue angle of 240.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3231DB is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 49 219 -
CMYK 0.77 0.78 0 0.14
HSL 240.35º 0.7% 0.53% -
HSV(B) 240.35º 0.78% 0.86% -
XYZ 15.2 7.99 67.76 -
YUV 68.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 50 49 219 0.77 0.78 0 0.14 240.35 0.7 0.53
Hex 32 31 DB 4D 4E 0 E F0 46 35
Octal 62 61 333 115 116 0 16 360 106 65
Binary 110010 110001 11011011 1001101 1001110 0 1110 11110000 1000110 110101

Color Harmonies of #3231DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3231DB

Black with #3231DB

Text Example


Text Example

White with #3231DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3231DB; }

 p { color: rgb(50,49,219); }

 H1.HeaderClassName
 {
   color: #3231DB;
 }
 .AnyTagClassName
 {
   color: #3231DB;
 }
</style>

background-color css

<style>
 a { background-color: #3231DB; }

 a { background-color: rgb(50,49,219); }

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

border-color css

<style>
 span { border-color: #3231DB; }

 span { border-color: rgb(50,49,219); }

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