Shades of Persian Blue #003ED0
Tints of Persian Blue #003ED0
RGB
CMYK
RGB Variations
Color information
#003ED0 (or 0x003ED0) is known color: Persian Blue. HEX triplet: 00, 3E and D0. RGB value is (0,62,208). Sum of RGB (Red+Green+Blue) = 0+62+208=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #003ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ED0 is #FFC12F. Grayscale: #3B3B3B. Windows color (decimal): -16761136 or 13647360. OLE color: 13647360.
HSL color Cylindrical-coordinate representation of color #003ED0: hue angle of 222.12º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ED0 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 62 | 208 | - |
| CMYK | 1 | 0.70 | 0 | 0.18 |
| HSL | 222.12º | 1% | 0.41% | - |
| HSV(B) | 222.12º | 1% | 0.82% | - |
| XYZ | 13.11 | 8 | 60.53 | - |
| YUV | 60.11 | 211.46 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 208 | 1 | 0.70 | 0 | 0.18 | 222.12 | 1 | 0.41 |
| Hex | 0 | 3E | D0 | 64 | 46 | 0 | 12 | DE | 64 | 29 |
| Octal | 0 | 76 | 320 | 144 | 106 | 0 | 22 | 336 | 144 | 51 |
| Binary | 0 | 111110 | 11010000 | 1100100 | 1000110 | 0 | 10010 | 11011110 | 1100100 | 101001 |
Color Harmonies of #003ED0
Complementary color
Monochromatic Colors of #003ED0
Black with #003ED0
Text Example
Text Example
White with #003ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ED0; }
p { color: rgb(0,62,208); }
H1.HeaderClassName
{
color: #003ED0;
}
.AnyTagClassName
{
color: #003ED0;
}
</style>
background-color css
<style>
a { background-color: #003ED0; }
a { background-color: rgb(0,62,208); }
div.DivClassName
{
background-color: #003ED0;
}
.BgClassName
{
background-color: #003ED0;
}
</style>
border-color css
<style>
span { border-color: #003ED0; }
span { border-color: rgb(0,62,208); }
td.TdClassName
{
border-color: #003ED0;
}
.TagClassName
{
border-color: #003ED0;
}
</style>