Shades of Persian Blue #003DDB
Tints of Persian Blue #003DDB
RGB
CMYK
RGB Variations
Color information
#003DDB (or 0x003DDB) is known color: Persian Blue. HEX triplet: 00, 3D and DB. RGB value is (0,61,219). Sum of RGB (Red+Green+Blue) = 0+61+219=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #003DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DDB is #FFC224. Grayscale: #3C3C3C. Windows color (decimal): -16761381 or 14368000. OLE color: 14368000.
HSL color Cylindrical-coordinate representation of color #003DDB: hue angle of 223.29º 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 #003DDB is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 61 | 219 | - |
| CMYK | 1 | 0.72 | 0 | 0.14 |
| HSL | 223.29º | 1% | 0.43% | - |
| HSV(B) | 223.29º | 1% | 0.86% | - |
| XYZ | 14.45 | 8.45 | 67.89 | - |
| YUV | 60.77 | 217.29 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 219 | 1 | 0.72 | 0 | 0.14 | 223.29 | 1 | 0.43 |
| Hex | 0 | 3D | DB | 64 | 48 | 0 | E | DF | 64 | 2B |
| Octal | 0 | 75 | 333 | 144 | 110 | 0 | 16 | 337 | 144 | 53 |
| Binary | 0 | 111101 | 11011011 | 1100100 | 1001000 | 0 | 1110 | 11011111 | 1100100 | 101011 |
Color Harmonies of #003DDB
Complementary color
Monochromatic Colors of #003DDB
Black with #003DDB
Text Example
Text Example
White with #003DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DDB; }
p { color: rgb(0,61,219); }
H1.HeaderClassName
{
color: #003DDB;
}
.AnyTagClassName
{
color: #003DDB;
}
</style>
background-color css
<style>
a { background-color: #003DDB; }
a { background-color: rgb(0,61,219); }
div.DivClassName
{
background-color: #003DDB;
}
.BgClassName
{
background-color: #003DDB;
}
</style>
border-color css
<style>
span { border-color: #003DDB; }
span { border-color: rgb(0,61,219); }
td.TdClassName
{
border-color: #003DDB;
}
.TagClassName
{
border-color: #003DDB;
}
</style>