Shades of Persian Blue #373AAB
Tints of Persian Blue #373AAB
RGB
CMYK
RGB Variations
Color information
#373AAB (or 0x373AAB) is known color: Persian Blue. HEX triplet: 37, 3A and AB. RGB value is (55,58,171). Sum of RGB (Red+Green+Blue) = 55+58+171=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #373AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AAB is #C8C554. Grayscale: #454545. Windows color (decimal): -13157717 or 11221559. OLE color: 11221559.
HSL color Cylindrical-coordinate representation of color #373AAB: hue angle of 238.45º 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 #373AAB is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 58 | 171 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.33 |
| HSL | 238.45º | 0.51% | 0.44% | - |
| HSV(B) | 238.45º | 0.68% | 0.67% | - |
| XYZ | 10.44 | 6.78 | 39.29 | - |
| YUV | 69.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 171 | 0.68 | 0.66 | 0 | 0.33 | 238.45 | 0.51 | 0.44 |
| Hex | 37 | 3A | AB | 44 | 42 | 0 | 21 | EE | 33 | 2C |
| Octal | 67 | 72 | 253 | 104 | 102 | 0 | 41 | 356 | 63 | 54 |
| Binary | 110111 | 111010 | 10101011 | 1000100 | 1000010 | 0 | 100001 | 11101110 | 110011 | 101100 |
Color Harmonies of #373AAB
Complementary color
Monochromatic Colors of #373AAB
Black with #373AAB
Text Example
Text Example
White with #373AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AAB; }
p { color: rgb(55,58,171); }
H1.HeaderClassName
{
color: #373AAB;
}
.AnyTagClassName
{
color: #373AAB;
}
</style>
background-color css
<style>
a { background-color: #373AAB; }
a { background-color: rgb(55,58,171); }
div.DivClassName
{
background-color: #373AAB;
}
.BgClassName
{
background-color: #373AAB;
}
</style>
border-color css
<style>
span { border-color: #373AAB; }
span { border-color: rgb(55,58,171); }
td.TdClassName
{
border-color: #373AAB;
}
.TagClassName
{
border-color: #373AAB;
}
</style>