Shades of Persian Blue #003FDF
Tints of Persian Blue #003FDF
RGB
CMYK
RGB Variations
Color information
#003FDF (or 0x003FDF) is known color: Persian Blue. HEX triplet: 00, 3F and DF. RGB value is (0,63,223). Sum of RGB (Red+Green+Blue) = 0+63+223=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #003FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FDF is #FFC020. Grayscale: #3D3D3D. Windows color (decimal): -16760865 or 14630656. OLE color: 14630656.
HSL color Cylindrical-coordinate representation of color #003FDF: hue angle of 223.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FDF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 63 | 223 | - |
| CMYK | 1 | 0.72 | 0 | 0.13 |
| HSL | 223.05º | 1% | 0.44% | - |
| HSV(B) | 223.05º | 1% | 0.87% | - |
| XYZ | 15.1 | 8.88 | 70.73 | - |
| YUV | 62.4 | 218.63 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 223 | 1 | 0.72 | 0 | 0.13 | 223.05 | 1 | 0.44 |
| Hex | 0 | 3F | DF | 64 | 48 | 0 | D | DF | 64 | 2C |
| Octal | 0 | 77 | 337 | 144 | 110 | 0 | 15 | 337 | 144 | 54 |
| Binary | 0 | 111111 | 11011111 | 1100100 | 1001000 | 0 | 1101 | 11011111 | 1100100 | 101100 |
Color Harmonies of #003FDF
Complementary color
Monochromatic Colors of #003FDF
Black with #003FDF
Text Example
Text Example
White with #003FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FDF; }
p { color: rgb(0,63,223); }
H1.HeaderClassName
{
color: #003FDF;
}
.AnyTagClassName
{
color: #003FDF;
}
</style>
background-color css
<style>
a { background-color: #003FDF; }
a { background-color: rgb(0,63,223); }
div.DivClassName
{
background-color: #003FDF;
}
.BgClassName
{
background-color: #003FDF;
}
</style>
border-color css
<style>
span { border-color: #003FDF; }
span { border-color: rgb(0,63,223); }
td.TdClassName
{
border-color: #003FDF;
}
.TagClassName
{
border-color: #003FDF;
}
</style>