Shades of Persian Blue #373AAF
Tints of Persian Blue #373AAF
RGB
CMYK
RGB Variations
Color information
#373AAF (or 0x373AAF) is known color: Persian Blue. HEX triplet: 37, 3A and AF. RGB value is (55,58,175). Sum of RGB (Red+Green+Blue) = 55+58+175=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #373AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AAF is #C8C550. Grayscale: #454545. Windows color (decimal): -13157713 or 11483703. OLE color: 11483703.
HSL color Cylindrical-coordinate representation of color #373AAF: hue angle of 238.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373AAF is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 58 | 175 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.31 |
| HSL | 238.5º | 0.52% | 0.45% | - |
| HSV(B) | 238.5º | 0.69% | 0.69% | - |
| XYZ | 10.83 | 6.93 | 41.33 | - |
| YUV | 70.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 175 | 0.69 | 0.67 | 0 | 0.31 | 238.5 | 0.52 | 0.45 |
| Hex | 37 | 3A | AF | 45 | 43 | 0 | 1F | EE | 34 | 2D |
| Octal | 67 | 72 | 257 | 105 | 103 | 0 | 37 | 356 | 64 | 55 |
| Binary | 110111 | 111010 | 10101111 | 1000101 | 1000011 | 0 | 11111 | 11101110 | 110100 | 101101 |
Color Harmonies of #373AAF
Complementary color
Monochromatic Colors of #373AAF
Black with #373AAF
Text Example
Text Example
White with #373AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AAF; }
p { color: rgb(55,58,175); }
H1.HeaderClassName
{
color: #373AAF;
}
.AnyTagClassName
{
color: #373AAF;
}
</style>
background-color css
<style>
a { background-color: #373AAF; }
a { background-color: rgb(55,58,175); }
div.DivClassName
{
background-color: #373AAF;
}
.BgClassName
{
background-color: #373AAF;
}
</style>
border-color css
<style>
span { border-color: #373AAF; }
span { border-color: rgb(55,58,175); }
td.TdClassName
{
border-color: #373AAF;
}
.TagClassName
{
border-color: #373AAF;
}
</style>