Shades of Persian Blue #3729D7
Tints of Persian Blue #3729D7
RGB
CMYK
RGB Variations
Color information
#3729D7 (or 0x3729D7) is known color: Persian Blue. HEX triplet: 37, 29 and D7. RGB value is (55,41,215). Sum of RGB (Red+Green+Blue) = 55+41+215=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #3729D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3729D7 is #C8D628. Grayscale: #404040. Windows color (decimal): -13162025 or 14100791. OLE color: 14100791.
HSL color Cylindrical-coordinate representation of color #3729D7: hue angle of 244.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3729D7 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 41 | 215 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.16 |
| HSL | 244.83º | 0.69% | 0.5% | - |
| HSV(B) | 244.83º | 0.81% | 0.84% | - |
| XYZ | 14.63 | 7.3 | 64.93 | - |
| YUV | 65.02 | 212.64 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 215 | 0.74 | 0.81 | 0 | 0.16 | 244.83 | 0.69 | 0.5 |
| Hex | 37 | 29 | D7 | 4A | 51 | 0 | 10 | F5 | 45 | 32 |
| Octal | 67 | 51 | 327 | 112 | 121 | 0 | 20 | 365 | 105 | 62 |
| Binary | 110111 | 101001 | 11010111 | 1001010 | 1010001 | 0 | 10000 | 11110101 | 1000101 | 110010 |
Color Harmonies of #3729D7
Complementary color
Monochromatic Colors of #3729D7
Black with #3729D7
Text Example
Text Example
White with #3729D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729D7; }
p { color: rgb(55,41,215); }
H1.HeaderClassName
{
color: #3729D7;
}
.AnyTagClassName
{
color: #3729D7;
}
</style>
background-color css
<style>
a { background-color: #3729D7; }
a { background-color: rgb(55,41,215); }
div.DivClassName
{
background-color: #3729D7;
}
.BgClassName
{
background-color: #3729D7;
}
</style>
border-color css
<style>
span { border-color: #3729D7; }
span { border-color: rgb(55,41,215); }
td.TdClassName
{
border-color: #3729D7;
}
.TagClassName
{
border-color: #3729D7;
}
</style>