Html Css Color HEX #3731DB Persian Blue

📋 copy color: '#3731DB'

red 55 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #3731DB

Tints of Persian Blue #3731DB

RGB

 RED value IS 55 (21.88% from 255) = 17.03%

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

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

R = 17.03%
G = 15.17%
B = 67.8%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3731DB (or 0x3731DB) is known color: Persian Blue. HEX triplet: 37, 31 and DB. RGB value is (55,49,219). Sum of RGB (Red+Green+Blue) = 55+49+219=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #3731DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731DB is #C8CE24. Grayscale: #454545. Windows color (decimal): -13159973 or 14364983. OLE color: 14364983.

HSL color Cylindrical-coordinate representation of color #3731DB: hue angle of 242.12º 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 #3731DB is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 49 219 -
CMYK 0.75 0.78 0 0.14
HSL 242.12º 0.7% 0.53% -
HSV(B) 242.12º 0.78% 0.86% -
XYZ 15.46 8.12 67.77 -
YUV 70.17 211.99 117.18 -
System Red Green Blue C M Y K H S L
Decimal 55 49 219 0.75 0.78 0 0.14 242.12 0.7 0.53
Hex 37 31 DB 4B 4E 0 E F2 46 35
Octal 67 61 333 113 116 0 16 362 106 65
Binary 110111 110001 11011011 1001011 1001110 0 1110 11110010 1000110 110101

Color Harmonies of #3731DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3731DB

Black with #3731DB

Text Example


Text Example

White with #3731DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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