Shades of Persian Blue #3724CE
Tints of Persian Blue #3724CE
RGB
CMYK
RGB Variations
Color information
#3724CE (or 0x3724CE) is known color: Persian Blue. HEX triplet: 37, 24 and CE. RGB value is (55,36,206). Sum of RGB (Red+Green+Blue) = 55+36+206=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #3724CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3724CE is #C8DB31. Grayscale: #3C3C3C. Windows color (decimal): -13163314 or 13509687. OLE color: 13509687.
HSL color Cylindrical-coordinate representation of color #3724CE: hue angle of 246.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3724CE is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 36 | 206 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.19 |
| HSL | 246.71º | 0.7% | 0.47% | - |
| HSV(B) | 246.71º | 0.83% | 0.81% | - |
| XYZ | 13.35 | 6.53 | 58.95 | - |
| YUV | 61.06 | 209.79 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 206 | 0.73 | 0.83 | 0 | 0.19 | 246.71 | 0.7 | 0.47 |
| Hex | 37 | 24 | CE | 49 | 53 | 0 | 13 | F7 | 46 | 2F |
| Octal | 67 | 44 | 316 | 111 | 123 | 0 | 23 | 367 | 106 | 57 |
| Binary | 110111 | 100100 | 11001110 | 1001001 | 1010011 | 0 | 10011 | 11110111 | 1000110 | 101111 |
Color Harmonies of #3724CE
Complementary color
Monochromatic Colors of #3724CE
Black with #3724CE
Text Example
Text Example
White with #3724CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3724CE; }
p { color: rgb(55,36,206); }
H1.HeaderClassName
{
color: #3724CE;
}
.AnyTagClassName
{
color: #3724CE;
}
</style>
background-color css
<style>
a { background-color: #3724CE; }
a { background-color: rgb(55,36,206); }
div.DivClassName
{
background-color: #3724CE;
}
.BgClassName
{
background-color: #3724CE;
}
</style>
border-color css
<style>
span { border-color: #3724CE; }
span { border-color: rgb(55,36,206); }
td.TdClassName
{
border-color: #3724CE;
}
.TagClassName
{
border-color: #3724CE;
}
</style>