Shades of Persian Blue #373BBA
Tints of Persian Blue #373BBA
RGB
CMYK
RGB Variations
Color information
#373BBA (or 0x373BBA) is known color: Persian Blue. HEX triplet: 37, 3B and BA. RGB value is (55,59,186). Sum of RGB (Red+Green+Blue) = 55+59+186=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #373BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BBA is #C8C445. Grayscale: #474747. Windows color (decimal): -13157446 or 12204855. OLE color: 12204855.
HSL color Cylindrical-coordinate representation of color #373BBA: hue angle of 238.17º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373BBA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 59 | 186 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.27 |
| HSL | 238.17º | 0.54% | 0.47% | - |
| HSV(B) | 238.17º | 0.7% | 0.73% | - |
| XYZ | 12 | 7.49 | 47.27 | - |
| YUV | 72.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 186 | 0.70 | 0.68 | 0 | 0.27 | 238.17 | 0.54 | 0.47 |
| Hex | 37 | 3B | BA | 46 | 44 | 0 | 1B | EE | 36 | 2F |
| Octal | 67 | 73 | 272 | 106 | 104 | 0 | 33 | 356 | 66 | 57 |
| Binary | 110111 | 111011 | 10111010 | 1000110 | 1000100 | 0 | 11011 | 11101110 | 110110 | 101111 |
Color Harmonies of #373BBA
Complementary color
Monochromatic Colors of #373BBA
Black with #373BBA
Text Example
Text Example
White with #373BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BBA; }
p { color: rgb(55,59,186); }
H1.HeaderClassName
{
color: #373BBA;
}
.AnyTagClassName
{
color: #373BBA;
}
</style>
background-color css
<style>
a { background-color: #373BBA; }
a { background-color: rgb(55,59,186); }
div.DivClassName
{
background-color: #373BBA;
}
.BgClassName
{
background-color: #373BBA;
}
</style>
border-color css
<style>
span { border-color: #373BBA; }
span { border-color: rgb(55,59,186); }
td.TdClassName
{
border-color: #373BBA;
}
.TagClassName
{
border-color: #373BBA;
}
</style>