Shades of Persian Blue #1F3FCC
Tints of Persian Blue #1F3FCC
RGB
CMYK
RGB Variations
Color information
#1F3FCC (or 0x1F3FCC) is known color: Persian Blue. HEX triplet: 1F, 3F and CC. RGB value is (31,63,204). Sum of RGB (Red+Green+Blue) = 31+63+204=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F3FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3FCC is #E0C033. Grayscale: #444444. Windows color (decimal): -14729268 or 13385503. OLE color: 13385503.
HSL color Cylindrical-coordinate representation of color #1F3FCC: hue angle of 228.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3FCC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 63 | 204 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.2 |
| HSL | 228.9º | 0.74% | 0.46% | - |
| HSV(B) | 228.9º | 0.85% | 0.8% | - |
| XYZ | 13.24 | 8.21 | 58.01 | - |
| YUV | 69.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 204 | 0.85 | 0.69 | 0 | 0.2 | 228.9 | 0.74 | 0.46 |
| Hex | 1F | 3F | CC | 55 | 45 | 0 | 14 | E5 | 4A | 2E |
| Octal | 37 | 77 | 314 | 125 | 105 | 0 | 24 | 345 | 112 | 56 |
| Binary | 11111 | 111111 | 11001100 | 1010101 | 1000101 | 0 | 10100 | 11100101 | 1001010 | 101110 |
Color Harmonies of #1F3FCC
Complementary color
Monochromatic Colors of #1F3FCC
Black with #1F3FCC
Text Example
Text Example
White with #1F3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3FCC; }
p { color: rgb(31,63,204); }
H1.HeaderClassName
{
color: #1F3FCC;
}
.AnyTagClassName
{
color: #1F3FCC;
}
</style>
background-color css
<style>
a { background-color: #1F3FCC; }
a { background-color: rgb(31,63,204); }
div.DivClassName
{
background-color: #1F3FCC;
}
.BgClassName
{
background-color: #1F3FCC;
}
</style>
border-color css
<style>
span { border-color: #1F3FCC; }
span { border-color: rgb(31,63,204); }
td.TdClassName
{
border-color: #1F3FCC;
}
.TagClassName
{
border-color: #1F3FCC;
}
</style>