Shades of Persian Blue #003ADB
Tints of Persian Blue #003ADB
RGB
CMYK
RGB Variations
Color information
#003ADB (or 0x003ADB) is known color: Persian Blue. HEX triplet: 00, 3A and DB. RGB value is (0,58,219). Sum of RGB (Red+Green+Blue) = 0+58+219=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #003ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ADB is #FFC524. Grayscale: #3A3A3A. Windows color (decimal): -16762149 or 14367232. OLE color: 14367232.
HSL color Cylindrical-coordinate representation of color #003ADB: hue angle of 224.11º 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 #003ADB is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 58 | 219 | - |
| CMYK | 1 | 0.74 | 0 | 0.14 |
| HSL | 224.11º | 1% | 0.43% | - |
| HSV(B) | 224.11º | 1% | 0.86% | - |
| XYZ | 14.3 | 8.14 | 67.84 | - |
| YUV | 59.01 | 218.28 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 219 | 1 | 0.74 | 0 | 0.14 | 224.11 | 1 | 0.43 |
| Hex | 0 | 3A | DB | 64 | 4A | 0 | E | E0 | 64 | 2B |
| Octal | 0 | 72 | 333 | 144 | 112 | 0 | 16 | 340 | 144 | 53 |
| Binary | 0 | 111010 | 11011011 | 1100100 | 1001010 | 0 | 1110 | 11100000 | 1100100 | 101011 |
Color Harmonies of #003ADB
Complementary color
Monochromatic Colors of #003ADB
Black with #003ADB
Text Example
Text Example
White with #003ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ADB; }
p { color: rgb(0,58,219); }
H1.HeaderClassName
{
color: #003ADB;
}
.AnyTagClassName
{
color: #003ADB;
}
</style>
background-color css
<style>
a { background-color: #003ADB; }
a { background-color: rgb(0,58,219); }
div.DivClassName
{
background-color: #003ADB;
}
.BgClassName
{
background-color: #003ADB;
}
</style>
border-color css
<style>
span { border-color: #003ADB; }
span { border-color: rgb(0,58,219); }
td.TdClassName
{
border-color: #003ADB;
}
.TagClassName
{
border-color: #003ADB;
}
</style>