Shades of Persian Blue #373CAA
Tints of Persian Blue #373CAA
RGB
CMYK
RGB Variations
Color information
#373CAA (or 0x373CAA) is known color: Persian Blue. HEX triplet: 37, 3C and AA. RGB value is (55,60,170). Sum of RGB (Red+Green+Blue) = 55+60+170=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #373CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CAA is #C8C355. Grayscale: #464646. Windows color (decimal): -13157206 or 11156535. OLE color: 11156535.
HSL color Cylindrical-coordinate representation of color #373CAA: hue angle of 237.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373CAA is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 60 | 170 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.33 |
| HSL | 237.39º | 0.51% | 0.44% | - |
| HSV(B) | 237.39º | 0.68% | 0.67% | - |
| XYZ | 10.45 | 6.95 | 38.82 | - |
| YUV | 71.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 170 | 0.68 | 0.65 | 0 | 0.33 | 237.39 | 0.51 | 0.44 |
| Hex | 37 | 3C | AA | 44 | 41 | 0 | 21 | ED | 33 | 2C |
| Octal | 67 | 74 | 252 | 104 | 101 | 0 | 41 | 355 | 63 | 54 |
| Binary | 110111 | 111100 | 10101010 | 1000100 | 1000001 | 0 | 100001 | 11101101 | 110011 | 101100 |
Color Harmonies of #373CAA
Complementary color
Monochromatic Colors of #373CAA
Black with #373CAA
Text Example
Text Example
White with #373CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CAA; }
p { color: rgb(55,60,170); }
H1.HeaderClassName
{
color: #373CAA;
}
.AnyTagClassName
{
color: #373CAA;
}
</style>
background-color css
<style>
a { background-color: #373CAA; }
a { background-color: rgb(55,60,170); }
div.DivClassName
{
background-color: #373CAA;
}
.BgClassName
{
background-color: #373CAA;
}
</style>
border-color css
<style>
span { border-color: #373CAA; }
span { border-color: rgb(55,60,170); }
td.TdClassName
{
border-color: #373CAA;
}
.TagClassName
{
border-color: #373CAA;
}
</style>