Shades of Persian Blue #373BAD
Tints of Persian Blue #373BAD
RGB
CMYK
RGB Variations
Color information
#373BAD (or 0x373BAD) is known color: Persian Blue. HEX triplet: 37, 3B and AD. RGB value is (55,59,173). Sum of RGB (Red+Green+Blue) = 55+59+173=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #373BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BAD is #C8C452. Grayscale: #464646. Windows color (decimal): -13157459 or 11352887. OLE color: 11352887.
HSL color Cylindrical-coordinate representation of color #373BAD: hue angle of 237.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373BAD is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 59 | 173 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.32 |
| HSL | 237.97º | 0.52% | 0.45% | - |
| HSV(B) | 237.97º | 0.68% | 0.68% | - |
| XYZ | 10.68 | 6.96 | 40.32 | - |
| YUV | 70.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 173 | 0.68 | 0.66 | 0 | 0.32 | 237.97 | 0.52 | 0.45 |
| Hex | 37 | 3B | AD | 44 | 42 | 0 | 20 | EE | 34 | 2D |
| Octal | 67 | 73 | 255 | 104 | 102 | 0 | 40 | 356 | 64 | 55 |
| Binary | 110111 | 111011 | 10101101 | 1000100 | 1000010 | 0 | 100000 | 11101110 | 110100 | 101101 |
Color Harmonies of #373BAD
Complementary color
Monochromatic Colors of #373BAD
Black with #373BAD
Text Example
Text Example
White with #373BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BAD; }
p { color: rgb(55,59,173); }
H1.HeaderClassName
{
color: #373BAD;
}
.AnyTagClassName
{
color: #373BAD;
}
</style>
background-color css
<style>
a { background-color: #373BAD; }
a { background-color: rgb(55,59,173); }
div.DivClassName
{
background-color: #373BAD;
}
.BgClassName
{
background-color: #373BAD;
}
</style>
border-color css
<style>
span { border-color: #373BAD; }
span { border-color: rgb(55,59,173); }
td.TdClassName
{
border-color: #373BAD;
}
.TagClassName
{
border-color: #373BAD;
}
</style>