Shades of Persian Blue #1F34CF
Tints of Persian Blue #1F34CF
RGB
CMYK
RGB Variations
Color information
#1F34CF (or 0x1F34CF) is known color: Persian Blue. HEX triplet: 1F, 34 and CF. RGB value is (31,52,207). Sum of RGB (Red+Green+Blue) = 31+52+207=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F34CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F34CF is #E0CB30. Grayscale: #3E3E3E. Windows color (decimal): -14732081 or 13579295. OLE color: 13579295.
HSL color Cylindrical-coordinate representation of color #1F34CF: hue angle of 232.84º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F34CF is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 52 | 207 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.19 |
| HSL | 232.84º | 0.74% | 0.47% | - |
| HSV(B) | 232.84º | 0.85% | 0.81% | - |
| XYZ | 13.06 | 7.25 | 59.74 | - |
| YUV | 63.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 207 | 0.85 | 0.75 | 0 | 0.19 | 232.84 | 0.74 | 0.47 |
| Hex | 1F | 34 | CF | 55 | 4B | 0 | 13 | E9 | 4A | 2F |
| Octal | 37 | 64 | 317 | 125 | 113 | 0 | 23 | 351 | 112 | 57 |
| Binary | 11111 | 110100 | 11001111 | 1010101 | 1001011 | 0 | 10011 | 11101001 | 1001010 | 101111 |
Color Harmonies of #1F34CF
Complementary color
Monochromatic Colors of #1F34CF
Black with #1F34CF
Text Example
Text Example
White with #1F34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F34CF; }
p { color: rgb(31,52,207); }
H1.HeaderClassName
{
color: #1F34CF;
}
.AnyTagClassName
{
color: #1F34CF;
}
</style>
background-color css
<style>
a { background-color: #1F34CF; }
a { background-color: rgb(31,52,207); }
div.DivClassName
{
background-color: #1F34CF;
}
.BgClassName
{
background-color: #1F34CF;
}
</style>
border-color css
<style>
span { border-color: #1F34CF; }
span { border-color: rgb(31,52,207); }
td.TdClassName
{
border-color: #1F34CF;
}
.TagClassName
{
border-color: #1F34CF;
}
</style>