Shades of Persian Blue #3721CE
Tints of Persian Blue #3721CE
RGB
CMYK
RGB Variations
Color information
#3721CE (or 0x3721CE) is known color: Persian Blue. HEX triplet: 37, 21 and CE. RGB value is (55,33,206). Sum of RGB (Red+Green+Blue) = 55+33+206=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #3721CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721CE is #C8DE31. Grayscale: #3A3A3A. Windows color (decimal): -13164082 or 13508919. OLE color: 13508919.
HSL color Cylindrical-coordinate representation of color #3721CE: hue angle of 247.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3721CE is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 33 | 206 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.19 |
| HSL | 247.63º | 0.72% | 0.47% | - |
| HSV(B) | 247.63º | 0.84% | 0.81% | - |
| XYZ | 13.26 | 6.36 | 58.92 | - |
| YUV | 59.3 | 210.79 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 206 | 0.73 | 0.84 | 0 | 0.19 | 247.63 | 0.72 | 0.47 |
| Hex | 37 | 21 | CE | 49 | 54 | 0 | 13 | F8 | 48 | 2F |
| Octal | 67 | 41 | 316 | 111 | 124 | 0 | 23 | 370 | 110 | 57 |
| Binary | 110111 | 100001 | 11001110 | 1001001 | 1010100 | 0 | 10011 | 11111000 | 1001000 | 101111 |
Color Harmonies of #3721CE
Complementary color
Monochromatic Colors of #3721CE
Black with #3721CE
Text Example
Text Example
White with #3721CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721CE; }
p { color: rgb(55,33,206); }
H1.HeaderClassName
{
color: #3721CE;
}
.AnyTagClassName
{
color: #3721CE;
}
</style>
background-color css
<style>
a { background-color: #3721CE; }
a { background-color: rgb(55,33,206); }
div.DivClassName
{
background-color: #3721CE;
}
.BgClassName
{
background-color: #3721CE;
}
</style>
border-color css
<style>
span { border-color: #3721CE; }
span { border-color: rgb(55,33,206); }
td.TdClassName
{
border-color: #3721CE;
}
.TagClassName
{
border-color: #3721CE;
}
</style>