Shades of Persian Blue #003EDF
Tints of Persian Blue #003EDF
RGB
CMYK
RGB Variations
Color information
#003EDF (or 0x003EDF) is known color: Persian Blue. HEX triplet: 00, 3E and DF. RGB value is (0,62,223). Sum of RGB (Red+Green+Blue) = 0+62+223=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #003EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EDF is #FFC120. Grayscale: #3D3D3D. Windows color (decimal): -16761121 or 14630400. OLE color: 14630400.
HSL color Cylindrical-coordinate representation of color #003EDF: hue angle of 223.32º 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 #003EDF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 62 | 223 | - |
| CMYK | 1 | 0.72 | 0 | 0.13 |
| HSL | 223.32º | 1% | 0.44% | - |
| HSV(B) | 223.32º | 1% | 0.87% | - |
| XYZ | 15.04 | 8.77 | 70.71 | - |
| YUV | 61.82 | 218.96 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 223 | 1 | 0.72 | 0 | 0.13 | 223.32 | 1 | 0.44 |
| Hex | 0 | 3E | DF | 64 | 48 | 0 | D | DF | 64 | 2C |
| Octal | 0 | 76 | 337 | 144 | 110 | 0 | 15 | 337 | 144 | 54 |
| Binary | 0 | 111110 | 11011111 | 1100100 | 1001000 | 0 | 1101 | 11011111 | 1100100 | 101100 |
Color Harmonies of #003EDF
Complementary color
Monochromatic Colors of #003EDF
Black with #003EDF
Text Example
Text Example
White with #003EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EDF; }
p { color: rgb(0,62,223); }
H1.HeaderClassName
{
color: #003EDF;
}
.AnyTagClassName
{
color: #003EDF;
}
</style>
background-color css
<style>
a { background-color: #003EDF; }
a { background-color: rgb(0,62,223); }
div.DivClassName
{
background-color: #003EDF;
}
.BgClassName
{
background-color: #003EDF;
}
</style>
border-color css
<style>
span { border-color: #003EDF; }
span { border-color: rgb(0,62,223); }
td.TdClassName
{
border-color: #003EDF;
}
.TagClassName
{
border-color: #003EDF;
}
</style>