Shades of Persian Blue #373BA8
Tints of Persian Blue #373BA8
RGB
CMYK
RGB Variations
Color information
#373BA8 (or 0x373BA8) is known color: Persian Blue. HEX triplet: 37, 3B and A8. RGB value is (55,59,168). Sum of RGB (Red+Green+Blue) = 55+59+168=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #373BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BA8 is #C8C457. Grayscale: #454545. Windows color (decimal): -13157464 or 11025207. OLE color: 11025207.
HSL color Cylindrical-coordinate representation of color #373BA8: hue angle of 237.88º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373BA8 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 59 | 168 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.34 |
| HSL | 237.88º | 0.51% | 0.44% | - |
| HSV(B) | 237.88º | 0.67% | 0.66% | - |
| XYZ | 10.21 | 6.77 | 37.81 | - |
| YUV | 70.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 168 | 0.67 | 0.65 | 0 | 0.34 | 237.88 | 0.51 | 0.44 |
| Hex | 37 | 3B | A8 | 43 | 41 | 0 | 22 | EE | 33 | 2C |
| Octal | 67 | 73 | 250 | 103 | 101 | 0 | 42 | 356 | 63 | 54 |
| Binary | 110111 | 111011 | 10101000 | 1000011 | 1000001 | 0 | 100010 | 11101110 | 110011 | 101100 |
Color Harmonies of #373BA8
Complementary color
Monochromatic Colors of #373BA8
Black with #373BA8
Text Example
Text Example
White with #373BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BA8; }
p { color: rgb(55,59,168); }
H1.HeaderClassName
{
color: #373BA8;
}
.AnyTagClassName
{
color: #373BA8;
}
</style>
background-color css
<style>
a { background-color: #373BA8; }
a { background-color: rgb(55,59,168); }
div.DivClassName
{
background-color: #373BA8;
}
.BgClassName
{
background-color: #373BA8;
}
</style>
border-color css
<style>
span { border-color: #373BA8; }
span { border-color: rgb(55,59,168); }
td.TdClassName
{
border-color: #373BA8;
}
.TagClassName
{
border-color: #373BA8;
}
</style>