Shades of Persian Blue #3724BC
Tints of Persian Blue #3724BC
RGB
CMYK
RGB Variations
Color information
#3724BC (or 0x3724BC) is known color: Persian Blue. HEX triplet: 37, 24 and BC. RGB value is (55,36,188). Sum of RGB (Red+Green+Blue) = 55+36+188=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #3724BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3724BC is #C8DB43. Grayscale: #3A3A3A. Windows color (decimal): -13163332 or 12330039. OLE color: 12330039.
HSL color Cylindrical-coordinate representation of color #3724BC: hue angle of 247.5º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3724BC is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 36 | 188 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.26 |
| HSL | 247.5º | 0.68% | 0.44% | - |
| HSV(B) | 247.5º | 0.81% | 0.74% | - |
| XYZ | 11.28 | 5.7 | 48.08 | - |
| YUV | 59.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 188 | 0.71 | 0.81 | 0 | 0.26 | 247.5 | 0.68 | 0.44 |
| Hex | 37 | 24 | BC | 47 | 51 | 0 | 1A | F8 | 44 | 2C |
| Octal | 67 | 44 | 274 | 107 | 121 | 0 | 32 | 370 | 104 | 54 |
| Binary | 110111 | 100100 | 10111100 | 1000111 | 1010001 | 0 | 11010 | 11111000 | 1000100 | 101100 |
Color Harmonies of #3724BC
Complementary color
Monochromatic Colors of #3724BC
Black with #3724BC
Text Example
Text Example
White with #3724BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3724BC; }
p { color: rgb(55,36,188); }
H1.HeaderClassName
{
color: #3724BC;
}
.AnyTagClassName
{
color: #3724BC;
}
</style>
background-color css
<style>
a { background-color: #3724BC; }
a { background-color: rgb(55,36,188); }
div.DivClassName
{
background-color: #3724BC;
}
.BgClassName
{
background-color: #3724BC;
}
</style>
border-color css
<style>
span { border-color: #3724BC; }
span { border-color: rgb(55,36,188); }
td.TdClassName
{
border-color: #3724BC;
}
.TagClassName
{
border-color: #3724BC;
}
</style>