Shades of Persian Blue #373BA9
Tints of Persian Blue #373BA9
RGB
CMYK
RGB Variations
Color information
#373BA9 (or 0x373BA9) is known color: Persian Blue. HEX triplet: 37, 3B and A9. RGB value is (55,59,169). Sum of RGB (Red+Green+Blue) = 55+59+169=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #373BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BA9 is #C8C456. Grayscale: #454545. Windows color (decimal): -13157463 or 11090743. OLE color: 11090743.
HSL color Cylindrical-coordinate representation of color #373BA9: hue angle of 237.89º 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 #373BA9 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 59 | 169 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.34 |
| HSL | 237.89º | 0.51% | 0.44% | - |
| HSV(B) | 237.89º | 0.67% | 0.66% | - |
| XYZ | 10.3 | 6.8 | 38.31 | - |
| YUV | 70.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 169 | 0.67 | 0.65 | 0 | 0.34 | 237.89 | 0.51 | 0.44 |
| Hex | 37 | 3B | A9 | 43 | 41 | 0 | 22 | EE | 33 | 2C |
| Octal | 67 | 73 | 251 | 103 | 101 | 0 | 42 | 356 | 63 | 54 |
| Binary | 110111 | 111011 | 10101001 | 1000011 | 1000001 | 0 | 100010 | 11101110 | 110011 | 101100 |
Color Harmonies of #373BA9
Complementary color
Monochromatic Colors of #373BA9
Black with #373BA9
Text Example
Text Example
White with #373BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BA9; }
p { color: rgb(55,59,169); }
H1.HeaderClassName
{
color: #373BA9;
}
.AnyTagClassName
{
color: #373BA9;
}
</style>
background-color css
<style>
a { background-color: #373BA9; }
a { background-color: rgb(55,59,169); }
div.DivClassName
{
background-color: #373BA9;
}
.BgClassName
{
background-color: #373BA9;
}
</style>
border-color css
<style>
span { border-color: #373BA9; }
span { border-color: rgb(55,59,169); }
td.TdClassName
{
border-color: #373BA9;
}
.TagClassName
{
border-color: #373BA9;
}
</style>