Shades of Persian Blue #1F3DCE
Tints of Persian Blue #1F3DCE
RGB
CMYK
RGB Variations
Color information
#1F3DCE (or 0x1F3DCE) is known color: Persian Blue. HEX triplet: 1F, 3D and CE. RGB value is (31,61,206). Sum of RGB (Red+Green+Blue) = 31+61+206=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F3DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3DCE is #E0C231. Grayscale: #434343. Windows color (decimal): -14729778 or 13516063. OLE color: 13516063.
HSL color Cylindrical-coordinate representation of color #1F3DCE: hue angle of 229.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3DCE is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 61 | 206 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.19 |
| HSL | 229.71º | 0.74% | 0.46% | - |
| HSV(B) | 229.71º | 0.85% | 0.81% | - |
| XYZ | 13.37 | 8.09 | 59.25 | - |
| YUV | 68.56 | 205.56 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 206 | 0.85 | 0.70 | 0 | 0.19 | 229.71 | 0.74 | 0.46 |
| Hex | 1F | 3D | CE | 55 | 46 | 0 | 13 | E6 | 4A | 2E |
| Octal | 37 | 75 | 316 | 125 | 106 | 0 | 23 | 346 | 112 | 56 |
| Binary | 11111 | 111101 | 11001110 | 1010101 | 1000110 | 0 | 10011 | 11100110 | 1001010 | 101110 |
Color Harmonies of #1F3DCE
Complementary color
Monochromatic Colors of #1F3DCE
Black with #1F3DCE
Text Example
Text Example
White with #1F3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DCE; }
p { color: rgb(31,61,206); }
H1.HeaderClassName
{
color: #1F3DCE;
}
.AnyTagClassName
{
color: #1F3DCE;
}
</style>
background-color css
<style>
a { background-color: #1F3DCE; }
a { background-color: rgb(31,61,206); }
div.DivClassName
{
background-color: #1F3DCE;
}
.BgClassName
{
background-color: #1F3DCE;
}
</style>
border-color css
<style>
span { border-color: #1F3DCE; }
span { border-color: rgb(31,61,206); }
td.TdClassName
{
border-color: #1F3DCE;
}
.TagClassName
{
border-color: #1F3DCE;
}
</style>