Shades of Persian Blue #1F35EC
Tints of Persian Blue #1F35EC
RGB
CMYK
RGB Variations
Color information
#1F35EC (or 0x1F35EC) is known color: Persian Blue. HEX triplet: 1F, 35 and EC. RGB value is (31,53,236). Sum of RGB (Red+Green+Blue) = 31+53+236=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F35EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F35EC is #E0CA13. Grayscale: #424242. Windows color (decimal): -14731796 or 15480095. OLE color: 15480095.
HSL color Cylindrical-coordinate representation of color #1F35EC: hue angle of 233.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F35EC is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 53 | 236 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.07 |
| HSL | 233.56º | 0.84% | 0.52% | - |
| HSV(B) | 233.56º | 0.87% | 0.93% | - |
| XYZ | 16.98 | 8.89 | 80.18 | - |
| YUV | 67.28 | 223.21 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 236 | 0.87 | 0.78 | 0 | 0.07 | 233.56 | 0.84 | 0.52 |
| Hex | 1F | 35 | EC | 57 | 4E | 0 | 7 | EA | 54 | 34 |
| Octal | 37 | 65 | 354 | 127 | 116 | 0 | 7 | 352 | 124 | 64 |
| Binary | 11111 | 110101 | 11101100 | 1010111 | 1001110 | 0 | 111 | 11101010 | 1010100 | 110100 |
Color Harmonies of #1F35EC
Complementary color
Monochromatic Colors of #1F35EC
Black with #1F35EC
Text Example
Text Example
White with #1F35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F35EC; }
p { color: rgb(31,53,236); }
H1.HeaderClassName
{
color: #1F35EC;
}
.AnyTagClassName
{
color: #1F35EC;
}
</style>
background-color css
<style>
a { background-color: #1F35EC; }
a { background-color: rgb(31,53,236); }
div.DivClassName
{
background-color: #1F35EC;
}
.BgClassName
{
background-color: #1F35EC;
}
</style>
border-color css
<style>
span { border-color: #1F35EC; }
span { border-color: rgb(31,53,236); }
td.TdClassName
{
border-color: #1F35EC;
}
.TagClassName
{
border-color: #1F35EC;
}
</style>