Shades of Persian Blue #003DCE
Tints of Persian Blue #003DCE
RGB
CMYK
RGB Variations
Color information
#003DCE (or 0x003DCE) is known color: Persian Blue. HEX triplet: 00, 3D and CE. RGB value is (0,61,206). Sum of RGB (Red+Green+Blue) = 0+61+206=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #003DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DCE is #FFC231. Grayscale: #3A3A3A. Windows color (decimal): -16761394 or 13516032. OLE color: 13516032.
HSL color Cylindrical-coordinate representation of color #003DCE: hue angle of 222.23º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DCE is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 61 | 206 | - |
| CMYK | 1 | 0.70 | 0 | 0.19 |
| HSL | 222.23º | 1% | 0.4% | - |
| HSV(B) | 222.23º | 1% | 0.81% | - |
| XYZ | 12.81 | 7.79 | 59.22 | - |
| YUV | 59.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 206 | 1 | 0.70 | 0 | 0.19 | 222.23 | 1 | 0.4 |
| Hex | 0 | 3D | CE | 64 | 46 | 0 | 13 | DE | 64 | 28 |
| Octal | 0 | 75 | 316 | 144 | 106 | 0 | 23 | 336 | 144 | 50 |
| Binary | 0 | 111101 | 11001110 | 1100100 | 1000110 | 0 | 10011 | 11011110 | 1100100 | 101000 |
Color Harmonies of #003DCE
Complementary color
Monochromatic Colors of #003DCE
Black with #003DCE
Text Example
Text Example
White with #003DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DCE; }
p { color: rgb(0,61,206); }
H1.HeaderClassName
{
color: #003DCE;
}
.AnyTagClassName
{
color: #003DCE;
}
</style>
background-color css
<style>
a { background-color: #003DCE; }
a { background-color: rgb(0,61,206); }
div.DivClassName
{
background-color: #003DCE;
}
.BgClassName
{
background-color: #003DCE;
}
</style>
border-color css
<style>
span { border-color: #003DCE; }
span { border-color: rgb(0,61,206); }
td.TdClassName
{
border-color: #003DCE;
}
.TagClassName
{
border-color: #003DCE;
}
</style>