Shades of Persian Blue #372EAD
Tints of Persian Blue #372EAD
RGB
CMYK
RGB Variations
Color information
#372EAD (or 0x372EAD) is known color: Persian Blue. HEX triplet: 37, 2E and AD. RGB value is (55,46,173). Sum of RGB (Red+Green+Blue) = 55+46+173=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #372EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EAD is #C8D152. Grayscale: #3E3E3E. Windows color (decimal): -13160787 or 11349559. OLE color: 11349559.
HSL color Cylindrical-coordinate representation of color #372EAD: hue angle of 244.25º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372EAD is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 46 | 173 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.32 |
| HSL | 244.25º | 0.58% | 0.43% | - |
| HSV(B) | 244.25º | 0.73% | 0.68% | - |
| XYZ | 10.1 | 5.78 | 40.12 | - |
| YUV | 63.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 173 | 0.68 | 0.73 | 0 | 0.32 | 244.25 | 0.58 | 0.43 |
| Hex | 37 | 2E | AD | 44 | 49 | 0 | 20 | F4 | 3A | 2B |
| Octal | 67 | 56 | 255 | 104 | 111 | 0 | 40 | 364 | 72 | 53 |
| Binary | 110111 | 101110 | 10101101 | 1000100 | 1001001 | 0 | 100000 | 11110100 | 111010 | 101011 |
Color Harmonies of #372EAD
Complementary color
Monochromatic Colors of #372EAD
Black with #372EAD
Text Example
Text Example
White with #372EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EAD; }
p { color: rgb(55,46,173); }
H1.HeaderClassName
{
color: #372EAD;
}
.AnyTagClassName
{
color: #372EAD;
}
</style>
background-color css
<style>
a { background-color: #372EAD; }
a { background-color: rgb(55,46,173); }
div.DivClassName
{
background-color: #372EAD;
}
.BgClassName
{
background-color: #372EAD;
}
</style>
border-color css
<style>
span { border-color: #372EAD; }
span { border-color: rgb(55,46,173); }
td.TdClassName
{
border-color: #372EAD;
}
.TagClassName
{
border-color: #372EAD;
}
</style>