Shades of Persian Blue #373FAD
Tints of Persian Blue #373FAD
RGB
CMYK
RGB Variations
Color information
#373FAD (or 0x373FAD) is known color: Persian Blue. HEX triplet: 37, 3F and AD. RGB value is (55,63,173). Sum of RGB (Red+Green+Blue) = 55+63+173=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #373FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373FAD is #C8C052. Grayscale: #484848. Windows color (decimal): -13156435 or 11353911. OLE color: 11353911.
HSL color Cylindrical-coordinate representation of color #373FAD: hue angle of 235.93º 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 #373FAD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 63 | 173 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.32 |
| HSL | 235.93º | 0.52% | 0.45% | - |
| HSV(B) | 235.93º | 0.68% | 0.68% | - |
| XYZ | 10.9 | 7.38 | 40.39 | - |
| YUV | 73.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 173 | 0.68 | 0.64 | 0 | 0.32 | 235.93 | 0.52 | 0.45 |
| Hex | 37 | 3F | AD | 44 | 40 | 0 | 20 | EC | 34 | 2D |
| Octal | 67 | 77 | 255 | 104 | 100 | 0 | 40 | 354 | 64 | 55 |
| Binary | 110111 | 111111 | 10101101 | 1000100 | 1000000 | 0 | 100000 | 11101100 | 110100 | 101101 |
Color Harmonies of #373FAD
Complementary color
Monochromatic Colors of #373FAD
Black with #373FAD
Text Example
Text Example
White with #373FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FAD; }
p { color: rgb(55,63,173); }
H1.HeaderClassName
{
color: #373FAD;
}
.AnyTagClassName
{
color: #373FAD;
}
</style>
background-color css
<style>
a { background-color: #373FAD; }
a { background-color: rgb(55,63,173); }
div.DivClassName
{
background-color: #373FAD;
}
.BgClassName
{
background-color: #373FAD;
}
</style>
border-color css
<style>
span { border-color: #373FAD; }
span { border-color: rgb(55,63,173); }
td.TdClassName
{
border-color: #373FAD;
}
.TagClassName
{
border-color: #373FAD;
}
</style>