Shades of Persian Blue #372AAF
Tints of Persian Blue #372AAF
RGB
CMYK
RGB Variations
Color information
#372AAF (or 0x372AAF) is known color: Persian Blue. HEX triplet: 37, 2A and AF. RGB value is (55,42,175). Sum of RGB (Red+Green+Blue) = 55+42+175=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #372AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372AAF is #C8D550. Grayscale: #3C3C3C. Windows color (decimal): -13161809 or 11479607. OLE color: 11479607.
HSL color Cylindrical-coordinate representation of color #372AAF: hue angle of 245.86º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372AAF is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 42 | 175 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.31 |
| HSL | 245.86º | 0.61% | 0.43% | - |
| HSV(B) | 245.86º | 0.76% | 0.69% | - |
| XYZ | 10.14 | 5.56 | 41.1 | - |
| YUV | 61.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 175 | 0.69 | 0.76 | 0 | 0.31 | 245.86 | 0.61 | 0.43 |
| Hex | 37 | 2A | AF | 45 | 4C | 0 | 1F | F6 | 3D | 2B |
| Octal | 67 | 52 | 257 | 105 | 114 | 0 | 37 | 366 | 75 | 53 |
| Binary | 110111 | 101010 | 10101111 | 1000101 | 1001100 | 0 | 11111 | 11110110 | 111101 | 101011 |
Color Harmonies of #372AAF
Complementary color
Monochromatic Colors of #372AAF
Black with #372AAF
Text Example
Text Example
White with #372AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372AAF; }
p { color: rgb(55,42,175); }
H1.HeaderClassName
{
color: #372AAF;
}
.AnyTagClassName
{
color: #372AAF;
}
</style>
background-color css
<style>
a { background-color: #372AAF; }
a { background-color: rgb(55,42,175); }
div.DivClassName
{
background-color: #372AAF;
}
.BgClassName
{
background-color: #372AAF;
}
</style>
border-color css
<style>
span { border-color: #372AAF; }
span { border-color: rgb(55,42,175); }
td.TdClassName
{
border-color: #372AAF;
}
.TagClassName
{
border-color: #372AAF;
}
</style>