Shades of Persian Blue #373EB6
Tints of Persian Blue #373EB6
RGB
CMYK
RGB Variations
Color information
#373EB6 (or 0x373EB6) is known color: Persian Blue. HEX triplet: 37, 3E and B6. RGB value is (55,62,182). Sum of RGB (Red+Green+Blue) = 55+62+182=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #373EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EB6 is #C8C149. Grayscale: #494949. Windows color (decimal): -13156682 or 11943479. OLE color: 11943479.
HSL color Cylindrical-coordinate representation of color #373EB6: hue angle of 236.69º degrees, saturation: 0.54, 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 #373EB6 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 62 | 182 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.29 |
| HSL | 236.69º | 0.54% | 0.46% | - |
| HSV(B) | 236.69º | 0.7% | 0.71% | - |
| XYZ | 11.74 | 7.63 | 45.11 | - |
| YUV | 73.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 182 | 0.70 | 0.66 | 0 | 0.29 | 236.69 | 0.54 | 0.46 |
| Hex | 37 | 3E | B6 | 46 | 42 | 0 | 1D | ED | 36 | 2E |
| Octal | 67 | 76 | 266 | 106 | 102 | 0 | 35 | 355 | 66 | 56 |
| Binary | 110111 | 111110 | 10110110 | 1000110 | 1000010 | 0 | 11101 | 11101101 | 110110 | 101110 |
Color Harmonies of #373EB6
Complementary color
Monochromatic Colors of #373EB6
Black with #373EB6
Text Example
Text Example
White with #373EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EB6; }
p { color: rgb(55,62,182); }
H1.HeaderClassName
{
color: #373EB6;
}
.AnyTagClassName
{
color: #373EB6;
}
</style>
background-color css
<style>
a { background-color: #373EB6; }
a { background-color: rgb(55,62,182); }
div.DivClassName
{
background-color: #373EB6;
}
.BgClassName
{
background-color: #373EB6;
}
</style>
border-color css
<style>
span { border-color: #373EB6; }
span { border-color: rgb(55,62,182); }
td.TdClassName
{
border-color: #373EB6;
}
.TagClassName
{
border-color: #373EB6;
}
</style>