Shades of Persian Blue #373DBC
Tints of Persian Blue #373DBC
RGB
CMYK
RGB Variations
Color information
#373DBC (or 0x373DBC) is known color: Persian Blue. HEX triplet: 37, 3D and BC. RGB value is (55,61,188). Sum of RGB (Red+Green+Blue) = 55+61+188=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #373DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DBC is #C8C243. Grayscale: #494949. Windows color (decimal): -13156932 or 12336439. OLE color: 12336439.
HSL color Cylindrical-coordinate representation of color #373DBC: hue angle of 237.29º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373DBC is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 61 | 188 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.26 |
| HSL | 237.29º | 0.55% | 0.48% | - |
| HSV(B) | 237.29º | 0.71% | 0.74% | - |
| XYZ | 12.32 | 7.78 | 48.43 | - |
| YUV | 73.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 188 | 0.71 | 0.68 | 0 | 0.26 | 237.29 | 0.55 | 0.48 |
| Hex | 37 | 3D | BC | 47 | 44 | 0 | 1A | ED | 37 | 30 |
| Octal | 67 | 75 | 274 | 107 | 104 | 0 | 32 | 355 | 67 | 60 |
| Binary | 110111 | 111101 | 10111100 | 1000111 | 1000100 | 0 | 11010 | 11101101 | 110111 | 110000 |
Color Harmonies of #373DBC
Complementary color
Monochromatic Colors of #373DBC
Black with #373DBC
Text Example
Text Example
White with #373DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DBC; }
p { color: rgb(55,61,188); }
H1.HeaderClassName
{
color: #373DBC;
}
.AnyTagClassName
{
color: #373DBC;
}
</style>
background-color css
<style>
a { background-color: #373DBC; }
a { background-color: rgb(55,61,188); }
div.DivClassName
{
background-color: #373DBC;
}
.BgClassName
{
background-color: #373DBC;
}
</style>
border-color css
<style>
span { border-color: #373DBC; }
span { border-color: rgb(55,61,188); }
td.TdClassName
{
border-color: #373DBC;
}
.TagClassName
{
border-color: #373DBC;
}
</style>