Shades of Persian Blue #3727BF
Tints of Persian Blue #3727BF
RGB
CMYK
RGB Variations
Color information
#3727BF (or 0x3727BF) is known color: Persian Blue. HEX triplet: 37, 27 and BF. RGB value is (55,39,191). Sum of RGB (Red+Green+Blue) = 55+39+191=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #3727BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727BF is #C8D840. Grayscale: #3C3C3C. Windows color (decimal): -13162561 or 12527415. OLE color: 12527415.
HSL color Cylindrical-coordinate representation of color #3727BF: hue angle of 246.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3727BF is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 39 | 191 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.25 |
| HSL | 246.32º | 0.66% | 0.45% | - |
| HSV(B) | 246.32º | 0.8% | 0.75% | - |
| XYZ | 11.71 | 6.02 | 49.84 | - |
| YUV | 61.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 191 | 0.71 | 0.80 | 0 | 0.25 | 246.32 | 0.66 | 0.45 |
| Hex | 37 | 27 | BF | 47 | 50 | 0 | 19 | F6 | 42 | 2D |
| Octal | 67 | 47 | 277 | 107 | 120 | 0 | 31 | 366 | 102 | 55 |
| Binary | 110111 | 100111 | 10111111 | 1000111 | 1010000 | 0 | 11001 | 11110110 | 1000010 | 101101 |
Color Harmonies of #3727BF
Complementary color
Monochromatic Colors of #3727BF
Black with #3727BF
Text Example
Text Example
White with #3727BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727BF; }
p { color: rgb(55,39,191); }
H1.HeaderClassName
{
color: #3727BF;
}
.AnyTagClassName
{
color: #3727BF;
}
</style>
background-color css
<style>
a { background-color: #3727BF; }
a { background-color: rgb(55,39,191); }
div.DivClassName
{
background-color: #3727BF;
}
.BgClassName
{
background-color: #3727BF;
}
</style>
border-color css
<style>
span { border-color: #3727BF; }
span { border-color: rgb(55,39,191); }
td.TdClassName
{
border-color: #3727BF;
}
.TagClassName
{
border-color: #3727BF;
}
</style>