Shades of Persian Blue #003FD5
Tints of Persian Blue #003FD5
RGB
CMYK
RGB Variations
Color information
#003FD5 (or 0x003FD5) is known color: Persian Blue. HEX triplet: 00, 3F and D5. RGB value is (0,63,213). Sum of RGB (Red+Green+Blue) = 0+63+213=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #003FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FD5 is #FFC02A. Grayscale: #3C3C3C. Windows color (decimal): -16760875 or 13975296. OLE color: 13975296.
HSL color Cylindrical-coordinate representation of color #003FD5: hue angle of 222.25º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FD5 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 63 | 213 | - |
| CMYK | 1 | 0.70 | 0 | 0.16 |
| HSL | 222.25º | 1% | 0.42% | - |
| HSV(B) | 222.25º | 1% | 0.84% | - |
| XYZ | 13.79 | 8.36 | 63.84 | - |
| YUV | 61.26 | 213.63 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 213 | 1 | 0.70 | 0 | 0.16 | 222.25 | 1 | 0.42 |
| Hex | 0 | 3F | D5 | 64 | 46 | 0 | 10 | DE | 64 | 2A |
| Octal | 0 | 77 | 325 | 144 | 106 | 0 | 20 | 336 | 144 | 52 |
| Binary | 0 | 111111 | 11010101 | 1100100 | 1000110 | 0 | 10000 | 11011110 | 1100100 | 101010 |
Color Harmonies of #003FD5
Complementary color
Monochromatic Colors of #003FD5
Black with #003FD5
Text Example
Text Example
White with #003FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FD5; }
p { color: rgb(0,63,213); }
H1.HeaderClassName
{
color: #003FD5;
}
.AnyTagClassName
{
color: #003FD5;
}
</style>
background-color css
<style>
a { background-color: #003FD5; }
a { background-color: rgb(0,63,213); }
div.DivClassName
{
background-color: #003FD5;
}
.BgClassName
{
background-color: #003FD5;
}
</style>
border-color css
<style>
span { border-color: #003FD5; }
span { border-color: rgb(0,63,213); }
td.TdClassName
{
border-color: #003FD5;
}
.TagClassName
{
border-color: #003FD5;
}
</style>