Shades of Persian Blue #003DDD
Tints of Persian Blue #003DDD
RGB
CMYK
RGB Variations
Color information
#003DDD (or 0x003DDD) is known color: Persian Blue. HEX triplet: 00, 3D and DD. RGB value is (0,61,221). Sum of RGB (Red+Green+Blue) = 0+61+221=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #003DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DDD is #FFC222. Grayscale: #3C3C3C. Windows color (decimal): -16761379 or 14499072. OLE color: 14499072.
HSL color Cylindrical-coordinate representation of color #003DDD: hue angle of 223.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DDD is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 61 | 221 | - |
| CMYK | 1 | 0.72 | 0 | 0.13 |
| HSL | 223.44º | 1% | 0.43% | - |
| HSV(B) | 223.44º | 1% | 0.87% | - |
| XYZ | 14.72 | 8.56 | 69.28 | - |
| YUV | 61 | 218.29 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 221 | 1 | 0.72 | 0 | 0.13 | 223.44 | 1 | 0.43 |
| Hex | 0 | 3D | DD | 64 | 48 | 0 | D | DF | 64 | 2B |
| Octal | 0 | 75 | 335 | 144 | 110 | 0 | 15 | 337 | 144 | 53 |
| Binary | 0 | 111101 | 11011101 | 1100100 | 1001000 | 0 | 1101 | 11011111 | 1100100 | 101011 |
Color Harmonies of #003DDD
Complementary color
Monochromatic Colors of #003DDD
Black with #003DDD
Text Example
Text Example
White with #003DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DDD; }
p { color: rgb(0,61,221); }
H1.HeaderClassName
{
color: #003DDD;
}
.AnyTagClassName
{
color: #003DDD;
}
</style>
background-color css
<style>
a { background-color: #003DDD; }
a { background-color: rgb(0,61,221); }
div.DivClassName
{
background-color: #003DDD;
}
.BgClassName
{
background-color: #003DDD;
}
</style>
border-color css
<style>
span { border-color: #003DDD; }
span { border-color: rgb(0,61,221); }
td.TdClassName
{
border-color: #003DDD;
}
.TagClassName
{
border-color: #003DDD;
}
</style>