Shades of Persian Blue #003EE1
Tints of Persian Blue #003EE1
RGB
CMYK
RGB Variations
Color information
#003EE1 (or 0x003EE1) is known color: Persian Blue. HEX triplet: 00, 3E and E1. RGB value is (0,62,225). Sum of RGB (Red+Green+Blue) = 0+62+225=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 225 (88.28% from 255 or 78.40% from 287); Max value from RGB is 225 - color contains mainly: blue. Hex color #003EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EE1 is #FFC11E. Grayscale: #3D3D3D. Windows color (decimal): -16761119 or 14761472. OLE color: 14761472.
HSL color Cylindrical-coordinate representation of color #003EE1: hue angle of 223.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EE1 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 62 | 225 | - |
| CMYK | 1 | 0.72 | 0 | 0.12 |
| HSL | 223.47º | 1% | 0.44% | - |
| HSV(B) | 223.47º | 1% | 0.88% | - |
| XYZ | 15.31 | 8.88 | 72.14 | - |
| YUV | 62.04 | 219.96 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 225 | 1 | 0.72 | 0 | 0.12 | 223.47 | 1 | 0.44 |
| Hex | 0 | 3E | E1 | 64 | 48 | 0 | C | DF | 64 | 2C |
| Octal | 0 | 76 | 341 | 144 | 110 | 0 | 14 | 337 | 144 | 54 |
| Binary | 0 | 111110 | 11100001 | 1100100 | 1001000 | 0 | 1100 | 11011111 | 1100100 | 101100 |
Color Harmonies of #003EE1
Complementary color
Monochromatic Colors of #003EE1
Black with #003EE1
Text Example
Text Example
White with #003EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EE1; }
p { color: rgb(0,62,225); }
H1.HeaderClassName
{
color: #003EE1;
}
.AnyTagClassName
{
color: #003EE1;
}
</style>
background-color css
<style>
a { background-color: #003EE1; }
a { background-color: rgb(0,62,225); }
div.DivClassName
{
background-color: #003EE1;
}
.BgClassName
{
background-color: #003EE1;
}
</style>
border-color css
<style>
span { border-color: #003EE1; }
span { border-color: rgb(0,62,225); }
td.TdClassName
{
border-color: #003EE1;
}
.TagClassName
{
border-color: #003EE1;
}
</style>