Shades of Persian Blue #372ED0
Tints of Persian Blue #372ED0
RGB
CMYK
RGB Variations
Color information
#372ED0 (or 0x372ED0) is known color: Persian Blue. HEX triplet: 37, 2E and D0. RGB value is (55,46,208). Sum of RGB (Red+Green+Blue) = 55+46+208=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #372ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ED0 is #C8D12F. Grayscale: #424242. Windows color (decimal): -13160752 or 13643319. OLE color: 13643319.
HSL color Cylindrical-coordinate representation of color #372ED0: hue angle of 243.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372ED0 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 46 | 208 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.18 |
| HSL | 243.33º | 0.64% | 0.5% | - |
| HSV(B) | 243.33º | 0.78% | 0.82% | - |
| XYZ | 13.94 | 7.32 | 60.35 | - |
| YUV | 67.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 208 | 0.74 | 0.78 | 0 | 0.18 | 243.33 | 0.64 | 0.5 |
| Hex | 37 | 2E | D0 | 4A | 4E | 0 | 12 | F3 | 40 | 32 |
| Octal | 67 | 56 | 320 | 112 | 116 | 0 | 22 | 363 | 100 | 62 |
| Binary | 110111 | 101110 | 11010000 | 1001010 | 1001110 | 0 | 10010 | 11110011 | 1000000 | 110010 |
Color Harmonies of #372ED0
Complementary color
Monochromatic Colors of #372ED0
Black with #372ED0
Text Example
Text Example
White with #372ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372ED0; }
p { color: rgb(55,46,208); }
H1.HeaderClassName
{
color: #372ED0;
}
.AnyTagClassName
{
color: #372ED0;
}
</style>
background-color css
<style>
a { background-color: #372ED0; }
a { background-color: rgb(55,46,208); }
div.DivClassName
{
background-color: #372ED0;
}
.BgClassName
{
background-color: #372ED0;
}
</style>
border-color css
<style>
span { border-color: #372ED0; }
span { border-color: rgb(55,46,208); }
td.TdClassName
{
border-color: #372ED0;
}
.TagClassName
{
border-color: #372ED0;
}
</style>