Shades of Persian Blue #1F34DE
Tints of Persian Blue #1F34DE
RGB
CMYK
RGB Variations
Color information
#1F34DE (or 0x1F34DE) is known color: Persian Blue. HEX triplet: 1F, 34 and DE. RGB value is (31,52,222). Sum of RGB (Red+Green+Blue) = 31+52+222=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F34DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F34DE is #E0CB21. Grayscale: #404040. Windows color (decimal): -14732066 or 14562335. OLE color: 14562335.
HSL color Cylindrical-coordinate representation of color #1F34DE: hue angle of 233.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F34DE is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 52 | 222 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.13 |
| HSL | 233.4º | 0.75% | 0.5% | - |
| HSV(B) | 233.4º | 0.86% | 0.87% | - |
| XYZ | 14.98 | 8.02 | 69.87 | - |
| YUV | 65.1 | 216.54 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 222 | 0.86 | 0.77 | 0 | 0.13 | 233.4 | 0.75 | 0.5 |
| Hex | 1F | 34 | DE | 56 | 4D | 0 | D | E9 | 4B | 32 |
| Octal | 37 | 64 | 336 | 126 | 115 | 0 | 15 | 351 | 113 | 62 |
| Binary | 11111 | 110100 | 11011110 | 1010110 | 1001101 | 0 | 1101 | 11101001 | 1001011 | 110010 |
Color Harmonies of #1F34DE
Complementary color
Monochromatic Colors of #1F34DE
Black with #1F34DE
Text Example
Text Example
White with #1F34DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F34DE; }
p { color: rgb(31,52,222); }
H1.HeaderClassName
{
color: #1F34DE;
}
.AnyTagClassName
{
color: #1F34DE;
}
</style>
background-color css
<style>
a { background-color: #1F34DE; }
a { background-color: rgb(31,52,222); }
div.DivClassName
{
background-color: #1F34DE;
}
.BgClassName
{
background-color: #1F34DE;
}
</style>
border-color css
<style>
span { border-color: #1F34DE; }
span { border-color: rgb(31,52,222); }
td.TdClassName
{
border-color: #1F34DE;
}
.TagClassName
{
border-color: #1F34DE;
}
</style>