Shades of Persian Blue #3729BE
Tints of Persian Blue #3729BE
RGB
CMYK
RGB Variations
Color information
#3729BE (or 0x3729BE) is known color: Persian Blue. HEX triplet: 37, 29 and BE. RGB value is (55,41,190). Sum of RGB (Red+Green+Blue) = 55+41+190=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #3729BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3729BE is #C8D641. Grayscale: #3D3D3D. Windows color (decimal): -13162050 or 12462391. OLE color: 12462391.
HSL color Cylindrical-coordinate representation of color #3729BE: hue angle of 245.64º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3729BE is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 41 | 190 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.25 |
| HSL | 245.64º | 0.65% | 0.45% | - |
| HSV(B) | 245.64º | 0.78% | 0.75% | - |
| XYZ | 11.66 | 6.12 | 49.28 | - |
| YUV | 62.17 | 200.14 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 190 | 0.71 | 0.78 | 0 | 0.25 | 245.64 | 0.65 | 0.45 |
| Hex | 37 | 29 | BE | 47 | 4E | 0 | 19 | F6 | 41 | 2D |
| Octal | 67 | 51 | 276 | 107 | 116 | 0 | 31 | 366 | 101 | 55 |
| Binary | 110111 | 101001 | 10111110 | 1000111 | 1001110 | 0 | 11001 | 11110110 | 1000001 | 101101 |
Color Harmonies of #3729BE
Complementary color
Monochromatic Colors of #3729BE
Black with #3729BE
Text Example
Text Example
White with #3729BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729BE; }
p { color: rgb(55,41,190); }
H1.HeaderClassName
{
color: #3729BE;
}
.AnyTagClassName
{
color: #3729BE;
}
</style>
background-color css
<style>
a { background-color: #3729BE; }
a { background-color: rgb(55,41,190); }
div.DivClassName
{
background-color: #3729BE;
}
.BgClassName
{
background-color: #3729BE;
}
</style>
border-color css
<style>
span { border-color: #3729BE; }
span { border-color: rgb(55,41,190); }
td.TdClassName
{
border-color: #3729BE;
}
.TagClassName
{
border-color: #3729BE;
}
</style>