Shades of Persian Blue #003DDF
Tints of Persian Blue #003DDF
RGB
CMYK
RGB Variations
Color information
#003DDF (or 0x003DDF) is known color: Persian Blue. HEX triplet: 00, 3D and DF. RGB value is (0,61,223). Sum of RGB (Red+Green+Blue) = 0+61+223=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #003DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DDF is #FFC220. Grayscale: #3C3C3C. Windows color (decimal): -16761377 or 14630144. OLE color: 14630144.
HSL color Cylindrical-coordinate representation of color #003DDF: hue angle of 223.59º 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 #003DDF is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 61 | 223 | - |
| CMYK | 1 | 0.73 | 0 | 0.13 |
| HSL | 223.59º | 1% | 0.44% | - |
| HSV(B) | 223.59º | 1% | 0.87% | - |
| XYZ | 14.99 | 8.67 | 70.69 | - |
| YUV | 61.23 | 219.29 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 223 | 1 | 0.73 | 0 | 0.13 | 223.59 | 1 | 0.44 |
| Hex | 0 | 3D | DF | 64 | 49 | 0 | D | E0 | 64 | 2C |
| Octal | 0 | 75 | 337 | 144 | 111 | 0 | 15 | 340 | 144 | 54 |
| Binary | 0 | 111101 | 11011111 | 1100100 | 1001001 | 0 | 1101 | 11100000 | 1100100 | 101100 |
Color Harmonies of #003DDF
Complementary color
Monochromatic Colors of #003DDF
Black with #003DDF
Text Example
Text Example
White with #003DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DDF; }
p { color: rgb(0,61,223); }
H1.HeaderClassName
{
color: #003DDF;
}
.AnyTagClassName
{
color: #003DDF;
}
</style>
background-color css
<style>
a { background-color: #003DDF; }
a { background-color: rgb(0,61,223); }
div.DivClassName
{
background-color: #003DDF;
}
.BgClassName
{
background-color: #003DDF;
}
</style>
border-color css
<style>
span { border-color: #003DDF; }
span { border-color: rgb(0,61,223); }
td.TdClassName
{
border-color: #003DDF;
}
.TagClassName
{
border-color: #003DDF;
}
</style>