Shades of Persian Blue #371DBD
Tints of Persian Blue #371DBD
RGB
CMYK
RGB Variations
Color information
#371DBD (or 0x371DBD) is known color: Persian Blue. HEX triplet: 37, 1D and BD. RGB value is (55,29,189). Sum of RGB (Red+Green+Blue) = 55+29+189=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #371DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DBD is #C8E242. Grayscale: #363636. Windows color (decimal): -13165123 or 12393783. OLE color: 12393783.
HSL color Cylindrical-coordinate representation of color #371DBD: hue angle of 249.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371DBD is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 29 | 189 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.26 |
| HSL | 249.75º | 0.73% | 0.43% | - |
| HSV(B) | 249.75º | 0.85% | 0.74% | - |
| XYZ | 11.2 | 5.37 | 48.59 | - |
| YUV | 55.01 | 203.61 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 189 | 0.71 | 0.85 | 0 | 0.26 | 249.75 | 0.73 | 0.43 |
| Hex | 37 | 1D | BD | 47 | 55 | 0 | 1A | FA | 49 | 2B |
| Octal | 67 | 35 | 275 | 107 | 125 | 0 | 32 | 372 | 111 | 53 |
| Binary | 110111 | 11101 | 10111101 | 1000111 | 1010101 | 0 | 11010 | 11111010 | 1001001 | 101011 |
Color Harmonies of #371DBD
Complementary color
Monochromatic Colors of #371DBD
Black with #371DBD
Text Example
Text Example
White with #371DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DBD; }
p { color: rgb(55,29,189); }
H1.HeaderClassName
{
color: #371DBD;
}
.AnyTagClassName
{
color: #371DBD;
}
</style>
background-color css
<style>
a { background-color: #371DBD; }
a { background-color: rgb(55,29,189); }
div.DivClassName
{
background-color: #371DBD;
}
.BgClassName
{
background-color: #371DBD;
}
</style>
border-color css
<style>
span { border-color: #371DBD; }
span { border-color: rgb(55,29,189); }
td.TdClassName
{
border-color: #371DBD;
}
.TagClassName
{
border-color: #371DBD;
}
</style>