Shades of Persian Blue #373FB5
Tints of Persian Blue #373FB5
RGB
CMYK
RGB Variations
Color information
#373FB5 (or 0x373FB5) is known color: Persian Blue. HEX triplet: 37, 3F and B5. RGB value is (55,63,181). Sum of RGB (Red+Green+Blue) = 55+63+181=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #373FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FB5 is #C8C04A. Grayscale: #494949. Windows color (decimal): -13156427 or 11878199. OLE color: 11878199.
HSL color Cylindrical-coordinate representation of color #373FB5: hue angle of 236.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373FB5 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 63 | 181 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.29 |
| HSL | 236.19º | 0.53% | 0.46% | - |
| HSV(B) | 236.19º | 0.7% | 0.71% | - |
| XYZ | 11.69 | 7.7 | 44.59 | - |
| YUV | 74.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 181 | 0.70 | 0.65 | 0 | 0.29 | 236.19 | 0.53 | 0.46 |
| Hex | 37 | 3F | B5 | 46 | 41 | 0 | 1D | EC | 35 | 2E |
| Octal | 67 | 77 | 265 | 106 | 101 | 0 | 35 | 354 | 65 | 56 |
| Binary | 110111 | 111111 | 10110101 | 1000110 | 1000001 | 0 | 11101 | 11101100 | 110101 | 101110 |
Color Harmonies of #373FB5
Complementary color
Monochromatic Colors of #373FB5
Black with #373FB5
Text Example
Text Example
White with #373FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FB5; }
p { color: rgb(55,63,181); }
H1.HeaderClassName
{
color: #373FB5;
}
.AnyTagClassName
{
color: #373FB5;
}
</style>
background-color css
<style>
a { background-color: #373FB5; }
a { background-color: rgb(55,63,181); }
div.DivClassName
{
background-color: #373FB5;
}
.BgClassName
{
background-color: #373FB5;
}
</style>
border-color css
<style>
span { border-color: #373FB5; }
span { border-color: rgb(55,63,181); }
td.TdClassName
{
border-color: #373FB5;
}
.TagClassName
{
border-color: #373FB5;
}
</style>