Shades of Persian Blue #3728BF
Tints of Persian Blue #3728BF
RGB
CMYK
RGB Variations
Color information
#3728BF (or 0x3728BF) is known color: Persian Blue. HEX triplet: 37, 28 and BF. RGB value is (55,40,191). Sum of RGB (Red+Green+Blue) = 55+40+191=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #3728BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3728BF is #C8D740. Grayscale: #3D3D3D. Windows color (decimal): -13162305 or 12527671. OLE color: 12527671.
HSL color Cylindrical-coordinate representation of color #3728BF: hue angle of 245.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3728BF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 40 | 191 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.25 |
| HSL | 245.96º | 0.65% | 0.45% | - |
| HSV(B) | 245.96º | 0.79% | 0.75% | - |
| XYZ | 11.74 | 6.09 | 49.85 | - |
| YUV | 61.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 191 | 0.71 | 0.79 | 0 | 0.25 | 245.96 | 0.65 | 0.45 |
| Hex | 37 | 28 | BF | 47 | 4F | 0 | 19 | F6 | 41 | 2D |
| Octal | 67 | 50 | 277 | 107 | 117 | 0 | 31 | 366 | 101 | 55 |
| Binary | 110111 | 101000 | 10111111 | 1000111 | 1001111 | 0 | 11001 | 11110110 | 1000001 | 101101 |
Color Harmonies of #3728BF
Complementary color
Monochromatic Colors of #3728BF
Black with #3728BF
Text Example
Text Example
White with #3728BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3728BF; }
p { color: rgb(55,40,191); }
H1.HeaderClassName
{
color: #3728BF;
}
.AnyTagClassName
{
color: #3728BF;
}
</style>
background-color css
<style>
a { background-color: #3728BF; }
a { background-color: rgb(55,40,191); }
div.DivClassName
{
background-color: #3728BF;
}
.BgClassName
{
background-color: #3728BF;
}
</style>
border-color css
<style>
span { border-color: #3728BF; }
span { border-color: rgb(55,40,191); }
td.TdClassName
{
border-color: #3728BF;
}
.TagClassName
{
border-color: #3728BF;
}
</style>