Shades of Persian Blue #1F3DCC
Tints of Persian Blue #1F3DCC
RGB
CMYK
RGB Variations
Color information
#1F3DCC (or 0x1F3DCC) is known color: Persian Blue. HEX triplet: 1F, 3D and CC. RGB value is (31,61,204). Sum of RGB (Red+Green+Blue) = 31+61+204=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F3DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3DCC is #E0C233. Grayscale: #434343. Windows color (decimal): -14729780 or 13384991. OLE color: 13384991.
HSL color Cylindrical-coordinate representation of color #1F3DCC: hue angle of 229.6º 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 #1F3DCC is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 61 | 204 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.2 |
| HSL | 229.6º | 0.74% | 0.46% | - |
| HSV(B) | 229.6º | 0.85% | 0.8% | - |
| XYZ | 13.13 | 7.99 | 57.98 | - |
| YUV | 68.33 | 204.56 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 204 | 0.85 | 0.70 | 0 | 0.2 | 229.6 | 0.74 | 0.46 |
| Hex | 1F | 3D | CC | 55 | 46 | 0 | 14 | E6 | 4A | 2E |
| Octal | 37 | 75 | 314 | 125 | 106 | 0 | 24 | 346 | 112 | 56 |
| Binary | 11111 | 111101 | 11001100 | 1010101 | 1000110 | 0 | 10100 | 11100110 | 1001010 | 101110 |
Color Harmonies of #1F3DCC
Complementary color
Monochromatic Colors of #1F3DCC
Black with #1F3DCC
Text Example
Text Example
White with #1F3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DCC; }
p { color: rgb(31,61,204); }
H1.HeaderClassName
{
color: #1F3DCC;
}
.AnyTagClassName
{
color: #1F3DCC;
}
</style>
background-color css
<style>
a { background-color: #1F3DCC; }
a { background-color: rgb(31,61,204); }
div.DivClassName
{
background-color: #1F3DCC;
}
.BgClassName
{
background-color: #1F3DCC;
}
</style>
border-color css
<style>
span { border-color: #1F3DCC; }
span { border-color: rgb(31,61,204); }
td.TdClassName
{
border-color: #1F3DCC;
}
.TagClassName
{
border-color: #1F3DCC;
}
</style>