Shades of Persian Blue #372EDA
Tints of Persian Blue #372EDA
RGB
CMYK
RGB Variations
Color information
#372EDA (or 0x372EDA) is known color: Persian Blue. HEX triplet: 37, 2E and DA. RGB value is (55,46,218). Sum of RGB (Red+Green+Blue) = 55+46+218=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #372EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EDA is #C8D125. Grayscale: #434343. Windows color (decimal): -13160742 or 14298679. OLE color: 14298679.
HSL color Cylindrical-coordinate representation of color #372EDA: hue angle of 243.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372EDA is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 46 | 218 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.15 |
| HSL | 243.14º | 0.7% | 0.52% | - |
| HSV(B) | 243.14º | 0.79% | 0.85% | - |
| XYZ | 15.21 | 7.83 | 67.04 | - |
| YUV | 68.3 | 212.48 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 218 | 0.75 | 0.79 | 0 | 0.15 | 243.14 | 0.7 | 0.52 |
| Hex | 37 | 2E | DA | 4B | 4F | 0 | F | F3 | 46 | 34 |
| Octal | 67 | 56 | 332 | 113 | 117 | 0 | 17 | 363 | 106 | 64 |
| Binary | 110111 | 101110 | 11011010 | 1001011 | 1001111 | 0 | 1111 | 11110011 | 1000110 | 110100 |
Color Harmonies of #372EDA
Complementary color
Monochromatic Colors of #372EDA
Black with #372EDA
Text Example
Text Example
White with #372EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EDA; }
p { color: rgb(55,46,218); }
H1.HeaderClassName
{
color: #372EDA;
}
.AnyTagClassName
{
color: #372EDA;
}
</style>
background-color css
<style>
a { background-color: #372EDA; }
a { background-color: rgb(55,46,218); }
div.DivClassName
{
background-color: #372EDA;
}
.BgClassName
{
background-color: #372EDA;
}
</style>
border-color css
<style>
span { border-color: #372EDA; }
span { border-color: rgb(55,46,218); }
td.TdClassName
{
border-color: #372EDA;
}
.TagClassName
{
border-color: #372EDA;
}
</style>