Shades of Persian Blue #003DD0
Tints of Persian Blue #003DD0
RGB
CMYK
RGB Variations
Color information
#003DD0 (or 0x003DD0) is known color: Persian Blue. HEX triplet: 00, 3D and D0. RGB value is (0,61,208). Sum of RGB (Red+Green+Blue) = 0+61+208=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #003DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DD0 is #FFC22F. Grayscale: #3A3A3A. Windows color (decimal): -16761392 or 13647104. OLE color: 13647104.
HSL color Cylindrical-coordinate representation of color #003DD0: hue angle of 222.4º 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 #003DD0 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 61 | 208 | - |
| CMYK | 1 | 0.71 | 0 | 0.18 |
| HSL | 222.4º | 1% | 0.41% | - |
| HSV(B) | 222.4º | 1% | 0.82% | - |
| XYZ | 13.05 | 7.89 | 60.51 | - |
| YUV | 59.52 | 211.79 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 208 | 1 | 0.71 | 0 | 0.18 | 222.4 | 1 | 0.41 |
| Hex | 0 | 3D | D0 | 64 | 47 | 0 | 12 | DE | 64 | 29 |
| Octal | 0 | 75 | 320 | 144 | 107 | 0 | 22 | 336 | 144 | 51 |
| Binary | 0 | 111101 | 11010000 | 1100100 | 1000111 | 0 | 10010 | 11011110 | 1100100 | 101001 |
Color Harmonies of #003DD0
Complementary color
Monochromatic Colors of #003DD0
Black with #003DD0
Text Example
Text Example
White with #003DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DD0; }
p { color: rgb(0,61,208); }
H1.HeaderClassName
{
color: #003DD0;
}
.AnyTagClassName
{
color: #003DD0;
}
</style>
background-color css
<style>
a { background-color: #003DD0; }
a { background-color: rgb(0,61,208); }
div.DivClassName
{
background-color: #003DD0;
}
.BgClassName
{
background-color: #003DD0;
}
</style>
border-color css
<style>
span { border-color: #003DD0; }
span { border-color: rgb(0,61,208); }
td.TdClassName
{
border-color: #003DD0;
}
.TagClassName
{
border-color: #003DD0;
}
</style>