Html Css Color HEX #3731BA Persian Blue

📋 copy color: '#3731BA'

red 55 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #3731BA

Tints of Persian Blue #3731BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 18.97%
G = 16.9%
B = 64.14%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3731BA (or 0x3731BA) is known color: Persian Blue. HEX triplet: 37, 31 and BA. RGB value is (55,49,186). Sum of RGB (Red+Green+Blue) = 55+49+186=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3731BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731BA is #C8CE45. Grayscale: #414141. Windows color (decimal): -13160006 or 12202295. OLE color: 12202295.

HSL color Cylindrical-coordinate representation of color #3731BA: hue angle of 242.63º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3731BA is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 49 186 -
CMYK 0.70 0.74 0 0.27
HSL 242.63º 0.58% 0.46% -
HSV(B) 242.63º 0.74% 0.73% -
XYZ 11.54 6.55 47.11 -
YUV 66.41 195.49 119.86 -
System Red Green Blue C M Y K H S L
Decimal 55 49 186 0.70 0.74 0 0.27 242.63 0.58 0.46
Hex 37 31 BA 46 4A 0 1B F3 3A 2E
Octal 67 61 272 106 112 0 33 363 72 56
Binary 110111 110001 10111010 1000110 1001010 0 11011 11110011 111010 101110

Color Harmonies of #3731BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3731BA

Black with #3731BA

Text Example


Text Example

White with #3731BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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