Shades of Persian Blue #373DB5
Tints of Persian Blue #373DB5
RGB
CMYK
RGB Variations
Color information
#373DB5 (or 0x373DB5) is known color: Persian Blue. HEX triplet: 37, 3D and B5. RGB value is (55,61,181). Sum of RGB (Red+Green+Blue) = 55+61+181=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #373DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DB5 is #C8C24A. Grayscale: #484848. Windows color (decimal): -13156939 or 11877687. OLE color: 11877687.
HSL color Cylindrical-coordinate representation of color #373DB5: hue angle of 237.14º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373DB5 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 61 | 181 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.29 |
| HSL | 237.14º | 0.53% | 0.46% | - |
| HSV(B) | 237.14º | 0.7% | 0.71% | - |
| XYZ | 11.58 | 7.49 | 44.55 | - |
| YUV | 72.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 181 | 0.70 | 0.66 | 0 | 0.29 | 237.14 | 0.53 | 0.46 |
| Hex | 37 | 3D | B5 | 46 | 42 | 0 | 1D | ED | 35 | 2E |
| Octal | 67 | 75 | 265 | 106 | 102 | 0 | 35 | 355 | 65 | 56 |
| Binary | 110111 | 111101 | 10110101 | 1000110 | 1000010 | 0 | 11101 | 11101101 | 110101 | 101110 |
Color Harmonies of #373DB5
Complementary color
Monochromatic Colors of #373DB5
Black with #373DB5
Text Example
Text Example
White with #373DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DB5; }
p { color: rgb(55,61,181); }
H1.HeaderClassName
{
color: #373DB5;
}
.AnyTagClassName
{
color: #373DB5;
}
</style>
background-color css
<style>
a { background-color: #373DB5; }
a { background-color: rgb(55,61,181); }
div.DivClassName
{
background-color: #373DB5;
}
.BgClassName
{
background-color: #373DB5;
}
</style>
border-color css
<style>
span { border-color: #373DB5; }
span { border-color: rgb(55,61,181); }
td.TdClassName
{
border-color: #373DB5;
}
.TagClassName
{
border-color: #373DB5;
}
</style>