Shades of Persian Blue #372EC5
Tints of Persian Blue #372EC5
RGB
CMYK
RGB Variations
Color information
#372EC5 (or 0x372EC5) is known color: Persian Blue. HEX triplet: 37, 2E and C5. RGB value is (55,46,197). Sum of RGB (Red+Green+Blue) = 55+46+197=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #372EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EC5 is #C8D13A. Grayscale: #414141. Windows color (decimal): -13160763 or 12922423. OLE color: 12922423.
HSL color Cylindrical-coordinate representation of color #372EC5: hue angle of 243.58º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372EC5 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 46 | 197 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.23 |
| HSL | 243.58º | 0.62% | 0.48% | - |
| HSV(B) | 243.58º | 0.77% | 0.77% | - |
| XYZ | 12.63 | 6.8 | 53.47 | - |
| YUV | 65.91 | 201.98 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 197 | 0.72 | 0.77 | 0 | 0.23 | 243.58 | 0.62 | 0.48 |
| Hex | 37 | 2E | C5 | 48 | 4D | 0 | 17 | F4 | 3E | 30 |
| Octal | 67 | 56 | 305 | 110 | 115 | 0 | 27 | 364 | 76 | 60 |
| Binary | 110111 | 101110 | 11000101 | 1001000 | 1001101 | 0 | 10111 | 11110100 | 111110 | 110000 |
Color Harmonies of #372EC5
Complementary color
Monochromatic Colors of #372EC5
Black with #372EC5
Text Example
Text Example
White with #372EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EC5; }
p { color: rgb(55,46,197); }
H1.HeaderClassName
{
color: #372EC5;
}
.AnyTagClassName
{
color: #372EC5;
}
</style>
background-color css
<style>
a { background-color: #372EC5; }
a { background-color: rgb(55,46,197); }
div.DivClassName
{
background-color: #372EC5;
}
.BgClassName
{
background-color: #372EC5;
}
</style>
border-color css
<style>
span { border-color: #372EC5; }
span { border-color: rgb(55,46,197); }
td.TdClassName
{
border-color: #372EC5;
}
.TagClassName
{
border-color: #372EC5;
}
</style>