Shades of Persian Blue #372DB3
Tints of Persian Blue #372DB3
RGB
CMYK
RGB Variations
Color information
#372DB3 (or 0x372DB3) is known color: Persian Blue. HEX triplet: 37, 2D and B3. RGB value is (55,45,179). Sum of RGB (Red+Green+Blue) = 55+45+179=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #372DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB3 is #C8D24C. Grayscale: #3E3E3E. Windows color (decimal): -13161037 or 11742519. OLE color: 11742519.
HSL color Cylindrical-coordinate representation of color #372DB3: hue angle of 244.48º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372DB3 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 45 | 179 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.30 |
| HSL | 244.48º | 0.6% | 0.44% | - |
| HSV(B) | 244.48º | 0.75% | 0.7% | - |
| XYZ | 10.65 | 5.94 | 43.23 | - |
| YUV | 63.27 | 193.31 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 179 | 0.69 | 0.75 | 0 | 0.30 | 244.48 | 0.6 | 0.44 |
| Hex | 37 | 2D | B3 | 45 | 4B | 0 | 1E | F4 | 3C | 2C |
| Octal | 67 | 55 | 263 | 105 | 113 | 0 | 36 | 364 | 74 | 54 |
| Binary | 110111 | 101101 | 10110011 | 1000101 | 1001011 | 0 | 11110 | 11110100 | 111100 | 101100 |
Color Harmonies of #372DB3
Complementary color
Monochromatic Colors of #372DB3
Black with #372DB3
Text Example
Text Example
White with #372DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DB3; }
p { color: rgb(55,45,179); }
H1.HeaderClassName
{
color: #372DB3;
}
.AnyTagClassName
{
color: #372DB3;
}
</style>
background-color css
<style>
a { background-color: #372DB3; }
a { background-color: rgb(55,45,179); }
div.DivClassName
{
background-color: #372DB3;
}
.BgClassName
{
background-color: #372DB3;
}
</style>
border-color css
<style>
span { border-color: #372DB3; }
span { border-color: rgb(55,45,179); }
td.TdClassName
{
border-color: #372DB3;
}
.TagClassName
{
border-color: #372DB3;
}
</style>