Shades of Persian Blue #371ECE
Tints of Persian Blue #371ECE
RGB
CMYK
RGB Variations
Color information
#371ECE (or 0x371ECE) is known color: Persian Blue. HEX triplet: 37, 1E and CE. RGB value is (55,30,206). Sum of RGB (Red+Green+Blue) = 55+30+206=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #371ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ECE is #C8E131. Grayscale: #383838. Windows color (decimal): -13164850 or 13508151. OLE color: 13508151.
HSL color Cylindrical-coordinate representation of color #371ECE: hue angle of 248.52º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371ECE is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 30 | 206 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.19 |
| HSL | 248.52º | 0.75% | 0.46% | - |
| HSV(B) | 248.52º | 0.85% | 0.81% | - |
| XYZ | 13.18 | 6.2 | 58.89 | - |
| YUV | 57.54 | 211.78 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 206 | 0.73 | 0.85 | 0 | 0.19 | 248.52 | 0.75 | 0.46 |
| Hex | 37 | 1E | CE | 49 | 55 | 0 | 13 | F9 | 4B | 2E |
| Octal | 67 | 36 | 316 | 111 | 125 | 0 | 23 | 371 | 113 | 56 |
| Binary | 110111 | 11110 | 11001110 | 1001001 | 1010101 | 0 | 10011 | 11111001 | 1001011 | 101110 |
Color Harmonies of #371ECE
Complementary color
Monochromatic Colors of #371ECE
Black with #371ECE
Text Example
Text Example
White with #371ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371ECE; }
p { color: rgb(55,30,206); }
H1.HeaderClassName
{
color: #371ECE;
}
.AnyTagClassName
{
color: #371ECE;
}
</style>
background-color css
<style>
a { background-color: #371ECE; }
a { background-color: rgb(55,30,206); }
div.DivClassName
{
background-color: #371ECE;
}
.BgClassName
{
background-color: #371ECE;
}
</style>
border-color css
<style>
span { border-color: #371ECE; }
span { border-color: rgb(55,30,206); }
td.TdClassName
{
border-color: #371ECE;
}
.TagClassName
{
border-color: #371ECE;
}
</style>