Shades of Persian Blue #003FDB
Tints of Persian Blue #003FDB
RGB
CMYK
RGB Variations
Color information
#003FDB (or 0x003FDB) is known color: Persian Blue. HEX triplet: 00, 3F and DB. RGB value is (0,63,219). Sum of RGB (Red+Green+Blue) = 0+63+219=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #003FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FDB is #FFC024. Grayscale: #3D3D3D. Windows color (decimal): -16760869 or 14368512. OLE color: 14368512.
HSL color Cylindrical-coordinate representation of color #003FDB: hue angle of 222.74º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FDB is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 63 | 219 | - |
| CMYK | 1 | 0.71 | 0 | 0.14 |
| HSL | 222.74º | 1% | 0.43% | - |
| HSV(B) | 222.74º | 1% | 0.86% | - |
| XYZ | 14.56 | 8.67 | 67.92 | - |
| YUV | 61.95 | 216.63 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 219 | 1 | 0.71 | 0 | 0.14 | 222.74 | 1 | 0.43 |
| Hex | 0 | 3F | DB | 64 | 47 | 0 | E | DF | 64 | 2B |
| Octal | 0 | 77 | 333 | 144 | 107 | 0 | 16 | 337 | 144 | 53 |
| Binary | 0 | 111111 | 11011011 | 1100100 | 1000111 | 0 | 1110 | 11011111 | 1100100 | 101011 |
Color Harmonies of #003FDB
Complementary color
Monochromatic Colors of #003FDB
Black with #003FDB
Text Example
Text Example
White with #003FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FDB; }
p { color: rgb(0,63,219); }
H1.HeaderClassName
{
color: #003FDB;
}
.AnyTagClassName
{
color: #003FDB;
}
</style>
background-color css
<style>
a { background-color: #003FDB; }
a { background-color: rgb(0,63,219); }
div.DivClassName
{
background-color: #003FDB;
}
.BgClassName
{
background-color: #003FDB;
}
</style>
border-color css
<style>
span { border-color: #003FDB; }
span { border-color: rgb(0,63,219); }
td.TdClassName
{
border-color: #003FDB;
}
.TagClassName
{
border-color: #003FDB;
}
</style>