Shades of Persian Blue #003ADE
Tints of Persian Blue #003ADE
RGB
CMYK
RGB Variations
Color information
#003ADE (or 0x003ADE) is known color: Persian Blue. HEX triplet: 00, 3A and DE. RGB value is (0,58,222). Sum of RGB (Red+Green+Blue) = 0+58+222=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #003ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ADE is #FFC521. Grayscale: #3A3A3A. Windows color (decimal): -16762146 or 14563840. OLE color: 14563840.
HSL color Cylindrical-coordinate representation of color #003ADE: hue angle of 224.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ADE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 58 | 222 | - |
| CMYK | 1 | 0.74 | 0 | 0.13 |
| HSL | 224.32º | 1% | 0.44% | - |
| HSV(B) | 224.32º | 1% | 0.87% | - |
| XYZ | 14.7 | 8.3 | 69.93 | - |
| YUV | 59.35 | 219.78 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 222 | 1 | 0.74 | 0 | 0.13 | 224.32 | 1 | 0.44 |
| Hex | 0 | 3A | DE | 64 | 4A | 0 | D | E0 | 64 | 2C |
| Octal | 0 | 72 | 336 | 144 | 112 | 0 | 15 | 340 | 144 | 54 |
| Binary | 0 | 111010 | 11011110 | 1100100 | 1001010 | 0 | 1101 | 11100000 | 1100100 | 101100 |
Color Harmonies of #003ADE
Complementary color
Monochromatic Colors of #003ADE
Black with #003ADE
Text Example
Text Example
White with #003ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ADE; }
p { color: rgb(0,58,222); }
H1.HeaderClassName
{
color: #003ADE;
}
.AnyTagClassName
{
color: #003ADE;
}
</style>
background-color css
<style>
a { background-color: #003ADE; }
a { background-color: rgb(0,58,222); }
div.DivClassName
{
background-color: #003ADE;
}
.BgClassName
{
background-color: #003ADE;
}
</style>
border-color css
<style>
span { border-color: #003ADE; }
span { border-color: rgb(0,58,222); }
td.TdClassName
{
border-color: #003ADE;
}
.TagClassName
{
border-color: #003ADE;
}
</style>