Shades of Persian Blue #1F3CED
Tints of Persian Blue #1F3CED
RGB
CMYK
RGB Variations
Color information
#1F3CED (or 0x1F3CED) is known color: Persian Blue. HEX triplet: 1F, 3C and ED. RGB value is (31,60,237). Sum of RGB (Red+Green+Blue) = 31+60+237=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F3CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3CED is #E0C312. Grayscale: #464646. Windows color (decimal): -14730003 or 15547423. OLE color: 15547423.
HSL color Cylindrical-coordinate representation of color #1F3CED: hue angle of 231.55º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3CED is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 60 | 237 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.07 |
| HSL | 231.55º | 0.85% | 0.53% | - |
| HSV(B) | 231.55º | 0.87% | 0.93% | - |
| XYZ | 17.47 | 9.64 | 81.06 | - |
| YUV | 71.51 | 221.39 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 237 | 0.87 | 0.75 | 0 | 0.07 | 231.55 | 0.85 | 0.53 |
| Hex | 1F | 3C | ED | 57 | 4B | 0 | 7 | E8 | 55 | 35 |
| Octal | 37 | 74 | 355 | 127 | 113 | 0 | 7 | 350 | 125 | 65 |
| Binary | 11111 | 111100 | 11101101 | 1010111 | 1001011 | 0 | 111 | 11101000 | 1010101 | 110101 |
Color Harmonies of #1F3CED
Complementary color
Monochromatic Colors of #1F3CED
Black with #1F3CED
Text Example
Text Example
White with #1F3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3CED; }
p { color: rgb(31,60,237); }
H1.HeaderClassName
{
color: #1F3CED;
}
.AnyTagClassName
{
color: #1F3CED;
}
</style>
background-color css
<style>
a { background-color: #1F3CED; }
a { background-color: rgb(31,60,237); }
div.DivClassName
{
background-color: #1F3CED;
}
.BgClassName
{
background-color: #1F3CED;
}
</style>
border-color css
<style>
span { border-color: #1F3CED; }
span { border-color: rgb(31,60,237); }
td.TdClassName
{
border-color: #1F3CED;
}
.TagClassName
{
border-color: #1F3CED;
}
</style>