Shades of Persian Blue #372ECF
Tints of Persian Blue #372ECF
RGB
CMYK
RGB Variations
Color information
#372ECF (or 0x372ECF) is known color: Persian Blue. HEX triplet: 37, 2E and CF. RGB value is (55,46,207). Sum of RGB (Red+Green+Blue) = 55+46+207=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #372ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ECF is #C8D130. Grayscale: #424242. Windows color (decimal): -13160753 or 13577783. OLE color: 13577783.
HSL color Cylindrical-coordinate representation of color #372ECF: hue angle of 243.35º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372ECF is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 46 | 207 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.19 |
| HSL | 243.35º | 0.64% | 0.5% | - |
| HSV(B) | 243.35º | 0.78% | 0.81% | - |
| XYZ | 13.82 | 7.27 | 59.71 | - |
| YUV | 67.05 | 206.98 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 207 | 0.73 | 0.78 | 0 | 0.19 | 243.35 | 0.64 | 0.5 |
| Hex | 37 | 2E | CF | 49 | 4E | 0 | 13 | F3 | 40 | 32 |
| Octal | 67 | 56 | 317 | 111 | 116 | 0 | 23 | 363 | 100 | 62 |
| Binary | 110111 | 101110 | 11001111 | 1001001 | 1001110 | 0 | 10011 | 11110011 | 1000000 | 110010 |
Color Harmonies of #372ECF
Complementary color
Monochromatic Colors of #372ECF
Black with #372ECF
Text Example
Text Example
White with #372ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372ECF; }
p { color: rgb(55,46,207); }
H1.HeaderClassName
{
color: #372ECF;
}
.AnyTagClassName
{
color: #372ECF;
}
</style>
background-color css
<style>
a { background-color: #372ECF; }
a { background-color: rgb(55,46,207); }
div.DivClassName
{
background-color: #372ECF;
}
.BgClassName
{
background-color: #372ECF;
}
</style>
border-color css
<style>
span { border-color: #372ECF; }
span { border-color: rgb(55,46,207); }
td.TdClassName
{
border-color: #372ECF;
}
.TagClassName
{
border-color: #372ECF;
}
</style>