Shades of Persian Blue #373CAD
Tints of Persian Blue #373CAD
RGB
CMYK
RGB Variations
Color information
#373CAD (or 0x373CAD) is known color: Persian Blue. HEX triplet: 37, 3C and AD. RGB value is (55,60,173). Sum of RGB (Red+Green+Blue) = 55+60+173=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #373CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CAD is #C8C352. Grayscale: #464646. Windows color (decimal): -13157203 or 11353143. OLE color: 11353143.
HSL color Cylindrical-coordinate representation of color #373CAD: hue angle of 237.46º 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 #373CAD is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 60 | 173 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.32 |
| HSL | 237.46º | 0.52% | 0.45% | - |
| HSV(B) | 237.46º | 0.68% | 0.68% | - |
| XYZ | 10.73 | 7.06 | 40.33 | - |
| YUV | 71.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 173 | 0.68 | 0.65 | 0 | 0.32 | 237.46 | 0.52 | 0.45 |
| Hex | 37 | 3C | AD | 44 | 41 | 0 | 20 | ED | 34 | 2D |
| Octal | 67 | 74 | 255 | 104 | 101 | 0 | 40 | 355 | 64 | 55 |
| Binary | 110111 | 111100 | 10101101 | 1000100 | 1000001 | 0 | 100000 | 11101101 | 110100 | 101101 |
Color Harmonies of #373CAD
Complementary color
Monochromatic Colors of #373CAD
Black with #373CAD
Text Example
Text Example
White with #373CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CAD; }
p { color: rgb(55,60,173); }
H1.HeaderClassName
{
color: #373CAD;
}
.AnyTagClassName
{
color: #373CAD;
}
</style>
background-color css
<style>
a { background-color: #373CAD; }
a { background-color: rgb(55,60,173); }
div.DivClassName
{
background-color: #373CAD;
}
.BgClassName
{
background-color: #373CAD;
}
</style>
border-color css
<style>
span { border-color: #373CAD; }
span { border-color: rgb(55,60,173); }
td.TdClassName
{
border-color: #373CAD;
}
.TagClassName
{
border-color: #373CAD;
}
</style>