Shades of Persian Blue #372ECB
Tints of Persian Blue #372ECB
RGB
CMYK
RGB Variations
Color information
#372ECB (or 0x372ECB) is known color: Persian Blue. HEX triplet: 37, 2E and CB. RGB value is (55,46,203). Sum of RGB (Red+Green+Blue) = 55+46+203=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #372ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ECB is #C8D134. Grayscale: #414141. Windows color (decimal): -13160757 or 13315639. OLE color: 13315639.
HSL color Cylindrical-coordinate representation of color #372ECB: hue angle of 243.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372ECB is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 46 | 203 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.20 |
| HSL | 243.44º | 0.63% | 0.49% | - |
| HSV(B) | 243.44º | 0.77% | 0.8% | - |
| XYZ | 13.33 | 7.08 | 57.16 | - |
| YUV | 66.59 | 204.98 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 203 | 0.73 | 0.77 | 0 | 0.20 | 243.44 | 0.63 | 0.49 |
| Hex | 37 | 2E | CB | 49 | 4D | 0 | 14 | F3 | 3F | 31 |
| Octal | 67 | 56 | 313 | 111 | 115 | 0 | 24 | 363 | 77 | 61 |
| Binary | 110111 | 101110 | 11001011 | 1001001 | 1001101 | 0 | 10100 | 11110011 | 111111 | 110001 |
Color Harmonies of #372ECB
Complementary color
Monochromatic Colors of #372ECB
Black with #372ECB
Text Example
Text Example
White with #372ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372ECB; }
p { color: rgb(55,46,203); }
H1.HeaderClassName
{
color: #372ECB;
}
.AnyTagClassName
{
color: #372ECB;
}
</style>
background-color css
<style>
a { background-color: #372ECB; }
a { background-color: rgb(55,46,203); }
div.DivClassName
{
background-color: #372ECB;
}
.BgClassName
{
background-color: #372ECB;
}
</style>
border-color css
<style>
span { border-color: #372ECB; }
span { border-color: rgb(55,46,203); }
td.TdClassName
{
border-color: #372ECB;
}
.TagClassName
{
border-color: #372ECB;
}
</style>