Shades of Persian Blue #372DB5
Tints of Persian Blue #372DB5
RGB
CMYK
RGB Variations
Color information
#372DB5 (or 0x372DB5) is known color: Persian Blue. HEX triplet: 37, 2D and B5. RGB value is (55,45,181). Sum of RGB (Red+Green+Blue) = 55+45+181=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #372DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB5 is #C8D24A. Grayscale: #3E3E3E. Windows color (decimal): -13161035 or 11873591. OLE color: 11873591.
HSL color Cylindrical-coordinate representation of color #372DB5: hue angle of 244.41º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372DB5 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 45 | 181 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.29 |
| HSL | 244.41º | 0.6% | 0.44% | - |
| HSV(B) | 244.41º | 0.75% | 0.71% | - |
| XYZ | 10.85 | 6.03 | 44.31 | - |
| YUV | 63.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 181 | 0.70 | 0.75 | 0 | 0.29 | 244.41 | 0.6 | 0.44 |
| Hex | 37 | 2D | B5 | 46 | 4B | 0 | 1D | F4 | 3C | 2C |
| Octal | 67 | 55 | 265 | 106 | 113 | 0 | 35 | 364 | 74 | 54 |
| Binary | 110111 | 101101 | 10110101 | 1000110 | 1001011 | 0 | 11101 | 11110100 | 111100 | 101100 |
Color Harmonies of #372DB5
Complementary color
Monochromatic Colors of #372DB5
Black with #372DB5
Text Example
Text Example
White with #372DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DB5; }
p { color: rgb(55,45,181); }
H1.HeaderClassName
{
color: #372DB5;
}
.AnyTagClassName
{
color: #372DB5;
}
</style>
background-color css
<style>
a { background-color: #372DB5; }
a { background-color: rgb(55,45,181); }
div.DivClassName
{
background-color: #372DB5;
}
.BgClassName
{
background-color: #372DB5;
}
</style>
border-color css
<style>
span { border-color: #372DB5; }
span { border-color: rgb(55,45,181); }
td.TdClassName
{
border-color: #372DB5;
}
.TagClassName
{
border-color: #372DB5;
}
</style>