Shades of Persian Blue #3724BA
Tints of Persian Blue #3724BA
RGB
CMYK
RGB Variations
Color information
#3724BA (or 0x3724BA) is known color: Persian Blue. HEX triplet: 37, 24 and BA. RGB value is (55,36,186). Sum of RGB (Red+Green+Blue) = 55+36+186=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #3724BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3724BA is #C8DB45. Grayscale: #3A3A3A. Windows color (decimal): -13163334 or 12198967. OLE color: 12198967.
HSL color Cylindrical-coordinate representation of color #3724BA: hue angle of 247.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3724BA is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 36 | 186 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.27 |
| HSL | 247.6º | 0.68% | 0.44% | - |
| HSV(B) | 247.6º | 0.81% | 0.73% | - |
| XYZ | 11.07 | 5.62 | 46.96 | - |
| YUV | 58.78 | 199.79 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 186 | 0.70 | 0.81 | 0 | 0.27 | 247.6 | 0.68 | 0.44 |
| Hex | 37 | 24 | BA | 46 | 51 | 0 | 1B | F8 | 44 | 2C |
| Octal | 67 | 44 | 272 | 106 | 121 | 0 | 33 | 370 | 104 | 54 |
| Binary | 110111 | 100100 | 10111010 | 1000110 | 1010001 | 0 | 11011 | 11111000 | 1000100 | 101100 |
Color Harmonies of #3724BA
Complementary color
Monochromatic Colors of #3724BA
Black with #3724BA
Text Example
Text Example
White with #3724BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3724BA; }
p { color: rgb(55,36,186); }
H1.HeaderClassName
{
color: #3724BA;
}
.AnyTagClassName
{
color: #3724BA;
}
</style>
background-color css
<style>
a { background-color: #3724BA; }
a { background-color: rgb(55,36,186); }
div.DivClassName
{
background-color: #3724BA;
}
.BgClassName
{
background-color: #3724BA;
}
</style>
border-color css
<style>
span { border-color: #3724BA; }
span { border-color: rgb(55,36,186); }
td.TdClassName
{
border-color: #3724BA;
}
.TagClassName
{
border-color: #3724BA;
}
</style>