Shades of Persian Blue #003BDB
Tints of Persian Blue #003BDB
RGB
CMYK
RGB Variations
Color information
#003BDB (or 0x003BDB) is known color: Persian Blue. HEX triplet: 00, 3B and DB. RGB value is (0,59,219). Sum of RGB (Red+Green+Blue) = 0+59+219=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #003BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BDB is #FFC424. Grayscale: #3A3A3A. Windows color (decimal): -16761893 or 14367488. OLE color: 14367488.
HSL color Cylindrical-coordinate representation of color #003BDB: hue angle of 223.84º 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 #003BDB is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 59 | 219 | - |
| CMYK | 1 | 0.73 | 0 | 0.14 |
| HSL | 223.84º | 1% | 0.43% | - |
| HSV(B) | 223.84º | 1% | 0.86% | - |
| XYZ | 14.35 | 8.24 | 67.85 | - |
| YUV | 59.6 | 217.95 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 219 | 1 | 0.73 | 0 | 0.14 | 223.84 | 1 | 0.43 |
| Hex | 0 | 3B | DB | 64 | 49 | 0 | E | E0 | 64 | 2B |
| Octal | 0 | 73 | 333 | 144 | 111 | 0 | 16 | 340 | 144 | 53 |
| Binary | 0 | 111011 | 11011011 | 1100100 | 1001001 | 0 | 1110 | 11100000 | 1100100 | 101011 |
Color Harmonies of #003BDB
Complementary color
Monochromatic Colors of #003BDB
Black with #003BDB
Text Example
Text Example
White with #003BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BDB; }
p { color: rgb(0,59,219); }
H1.HeaderClassName
{
color: #003BDB;
}
.AnyTagClassName
{
color: #003BDB;
}
</style>
background-color css
<style>
a { background-color: #003BDB; }
a { background-color: rgb(0,59,219); }
div.DivClassName
{
background-color: #003BDB;
}
.BgClassName
{
background-color: #003BDB;
}
</style>
border-color css
<style>
span { border-color: #003BDB; }
span { border-color: rgb(0,59,219); }
td.TdClassName
{
border-color: #003BDB;
}
.TagClassName
{
border-color: #003BDB;
}
</style>