Shades of Persian Blue #373DAB
Tints of Persian Blue #373DAB
RGB
CMYK
RGB Variations
Color information
#373DAB (or 0x373DAB) is known color: Persian Blue. HEX triplet: 37, 3D and AB. RGB value is (55,61,171). Sum of RGB (Red+Green+Blue) = 55+61+171=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #373DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DAB is #C8C254. Grayscale: #474747. Windows color (decimal): -13156949 or 11222327. OLE color: 11222327.
HSL color Cylindrical-coordinate representation of color #373DAB: hue angle of 236.9º 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 #373DAB is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 61 | 171 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.33 |
| HSL | 236.9º | 0.51% | 0.44% | - |
| HSV(B) | 236.9º | 0.68% | 0.67% | - |
| XYZ | 10.59 | 7.09 | 39.34 | - |
| YUV | 71.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 171 | 0.68 | 0.64 | 0 | 0.33 | 236.9 | 0.51 | 0.44 |
| Hex | 37 | 3D | AB | 44 | 40 | 0 | 21 | ED | 33 | 2C |
| Octal | 67 | 75 | 253 | 104 | 100 | 0 | 41 | 355 | 63 | 54 |
| Binary | 110111 | 111101 | 10101011 | 1000100 | 1000000 | 0 | 100001 | 11101101 | 110011 | 101100 |
Color Harmonies of #373DAB
Complementary color
Monochromatic Colors of #373DAB
Black with #373DAB
Text Example
Text Example
White with #373DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DAB; }
p { color: rgb(55,61,171); }
H1.HeaderClassName
{
color: #373DAB;
}
.AnyTagClassName
{
color: #373DAB;
}
</style>
background-color css
<style>
a { background-color: #373DAB; }
a { background-color: rgb(55,61,171); }
div.DivClassName
{
background-color: #373DAB;
}
.BgClassName
{
background-color: #373DAB;
}
</style>
border-color css
<style>
span { border-color: #373DAB; }
span { border-color: rgb(55,61,171); }
td.TdClassName
{
border-color: #373DAB;
}
.TagClassName
{
border-color: #373DAB;
}
</style>