Shades of Persian Blue #3720CF
Tints of Persian Blue #3720CF
RGB
CMYK
RGB Variations
Color information
#3720CF (or 0x3720CF) is known color: Persian Blue. HEX triplet: 37, 20 and CF. RGB value is (55,32,207). Sum of RGB (Red+Green+Blue) = 55+32+207=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #3720CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3720CF is #C8DF30. Grayscale: #3A3A3A. Windows color (decimal): -13164337 or 13574199. OLE color: 13574199.
HSL color Cylindrical-coordinate representation of color #3720CF: hue angle of 247.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3720CF is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 32 | 207 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.19 |
| HSL | 247.89º | 0.73% | 0.47% | - |
| HSV(B) | 247.89º | 0.85% | 0.81% | - |
| XYZ | 13.35 | 6.35 | 59.55 | - |
| YUV | 58.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 207 | 0.73 | 0.85 | 0 | 0.19 | 247.89 | 0.73 | 0.47 |
| Hex | 37 | 20 | CF | 49 | 55 | 0 | 13 | F8 | 49 | 2F |
| Octal | 67 | 40 | 317 | 111 | 125 | 0 | 23 | 370 | 111 | 57 |
| Binary | 110111 | 100000 | 11001111 | 1001001 | 1010101 | 0 | 10011 | 11111000 | 1001001 | 101111 |
Color Harmonies of #3720CF
Complementary color
Monochromatic Colors of #3720CF
Black with #3720CF
Text Example
Text Example
White with #3720CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3720CF; }
p { color: rgb(55,32,207); }
H1.HeaderClassName
{
color: #3720CF;
}
.AnyTagClassName
{
color: #3720CF;
}
</style>
background-color css
<style>
a { background-color: #3720CF; }
a { background-color: rgb(55,32,207); }
div.DivClassName
{
background-color: #3720CF;
}
.BgClassName
{
background-color: #3720CF;
}
</style>
border-color css
<style>
span { border-color: #3720CF; }
span { border-color: rgb(55,32,207); }
td.TdClassName
{
border-color: #3720CF;
}
.TagClassName
{
border-color: #3720CF;
}
</style>