Shades of Persian Blue #372CB7
Tints of Persian Blue #372CB7
RGB
CMYK
RGB Variations
Color information
#372CB7 (or 0x372CB7) is known color: Persian Blue. HEX triplet: 37, 2C and B7. RGB value is (55,44,183). Sum of RGB (Red+Green+Blue) = 55+44+183=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #372CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CB7 is #C8D348. Grayscale: #3E3E3E. Windows color (decimal): -13161289 or 12004407. OLE color: 12004407.
HSL color Cylindrical-coordinate representation of color #372CB7: hue angle of 244.75º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372CB7 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 44 | 183 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.28 |
| HSL | 244.75º | 0.61% | 0.45% | - |
| HSV(B) | 244.75º | 0.76% | 0.72% | - |
| XYZ | 11.02 | 6.03 | 45.38 | - |
| YUV | 63.14 | 195.64 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 183 | 0.70 | 0.76 | 0 | 0.28 | 244.75 | 0.61 | 0.45 |
| Hex | 37 | 2C | B7 | 46 | 4C | 0 | 1C | F5 | 3D | 2D |
| Octal | 67 | 54 | 267 | 106 | 114 | 0 | 34 | 365 | 75 | 55 |
| Binary | 110111 | 101100 | 10110111 | 1000110 | 1001100 | 0 | 11100 | 11110101 | 111101 | 101101 |
Color Harmonies of #372CB7
Complementary color
Monochromatic Colors of #372CB7
Black with #372CB7
Text Example
Text Example
White with #372CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CB7; }
p { color: rgb(55,44,183); }
H1.HeaderClassName
{
color: #372CB7;
}
.AnyTagClassName
{
color: #372CB7;
}
</style>
background-color css
<style>
a { background-color: #372CB7; }
a { background-color: rgb(55,44,183); }
div.DivClassName
{
background-color: #372CB7;
}
.BgClassName
{
background-color: #372CB7;
}
</style>
border-color css
<style>
span { border-color: #372CB7; }
span { border-color: rgb(55,44,183); }
td.TdClassName
{
border-color: #372CB7;
}
.TagClassName
{
border-color: #372CB7;
}
</style>