Shades of Persian Blue #373EB4
Tints of Persian Blue #373EB4
RGB
CMYK
RGB Variations
Color information
#373EB4 (or 0x373EB4) is known color: Persian Blue. HEX triplet: 37, 3E and B4. RGB value is (55,62,180). Sum of RGB (Red+Green+Blue) = 55+62+180=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #373EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EB4 is #C8C14B. Grayscale: #484848. Windows color (decimal): -13156684 or 11812407. OLE color: 11812407.
HSL color Cylindrical-coordinate representation of color #373EB4: hue angle of 236.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373EB4 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 62 | 180 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.29 |
| HSL | 236.64º | 0.53% | 0.46% | - |
| HSV(B) | 236.64º | 0.69% | 0.71% | - |
| XYZ | 11.54 | 7.55 | 44.03 | - |
| YUV | 73.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 180 | 0.69 | 0.66 | 0 | 0.29 | 236.64 | 0.53 | 0.46 |
| Hex | 37 | 3E | B4 | 45 | 42 | 0 | 1D | ED | 35 | 2E |
| Octal | 67 | 76 | 264 | 105 | 102 | 0 | 35 | 355 | 65 | 56 |
| Binary | 110111 | 111110 | 10110100 | 1000101 | 1000010 | 0 | 11101 | 11101101 | 110101 | 101110 |
Color Harmonies of #373EB4
Complementary color
Monochromatic Colors of #373EB4
Black with #373EB4
Text Example
Text Example
White with #373EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EB4; }
p { color: rgb(55,62,180); }
H1.HeaderClassName
{
color: #373EB4;
}
.AnyTagClassName
{
color: #373EB4;
}
</style>
background-color css
<style>
a { background-color: #373EB4; }
a { background-color: rgb(55,62,180); }
div.DivClassName
{
background-color: #373EB4;
}
.BgClassName
{
background-color: #373EB4;
}
</style>
border-color css
<style>
span { border-color: #373EB4; }
span { border-color: rgb(55,62,180); }
td.TdClassName
{
border-color: #373EB4;
}
.TagClassName
{
border-color: #373EB4;
}
</style>