Shades of Persian Blue #373DA7
Tints of Persian Blue #373DA7
RGB
CMYK
RGB Variations
Color information
#373DA7 (or 0x373DA7) is known color: Persian Blue. HEX triplet: 37, 3D and A7. RGB value is (55,61,167). Sum of RGB (Red+Green+Blue) = 55+61+167=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #373DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA7 is #C8C258. Grayscale: #464646. Windows color (decimal): -13156953 or 10960183. OLE color: 10960183.
HSL color Cylindrical-coordinate representation of color #373DA7: hue angle of 236.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373DA7 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 61 | 167 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.35 |
| HSL | 236.79º | 0.5% | 0.44% | - |
| HSV(B) | 236.79º | 0.67% | 0.65% | - |
| XYZ | 10.22 | 6.94 | 37.36 | - |
| YUV | 71.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 167 | 0.67 | 0.63 | 0 | 0.35 | 236.79 | 0.5 | 0.44 |
| Hex | 37 | 3D | A7 | 43 | 3F | 0 | 23 | ED | 32 | 2C |
| Octal | 67 | 75 | 247 | 103 | 77 | 0 | 43 | 355 | 62 | 54 |
| Binary | 110111 | 111101 | 10100111 | 1000011 | 111111 | 0 | 100011 | 11101101 | 110010 | 101100 |
Color Harmonies of #373DA7
Complementary color
Monochromatic Colors of #373DA7
Black with #373DA7
Text Example
Text Example
White with #373DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DA7; }
p { color: rgb(55,61,167); }
H1.HeaderClassName
{
color: #373DA7;
}
.AnyTagClassName
{
color: #373DA7;
}
</style>
background-color css
<style>
a { background-color: #373DA7; }
a { background-color: rgb(55,61,167); }
div.DivClassName
{
background-color: #373DA7;
}
.BgClassName
{
background-color: #373DA7;
}
</style>
border-color css
<style>
span { border-color: #373DA7; }
span { border-color: rgb(55,61,167); }
td.TdClassName
{
border-color: #373DA7;
}
.TagClassName
{
border-color: #373DA7;
}
</style>