Shades of Persian Blue #003AE0
Tints of Persian Blue #003AE0
RGB
CMYK
RGB Variations
Color information
#003AE0 (or 0x003AE0) is known color: Persian Blue. HEX triplet: 00, 3A and E0. RGB value is (0,58,224). Sum of RGB (Red+Green+Blue) = 0+58+224=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 224 (87.89% from 255 or 79.43% from 282); Max value from RGB is 224 - color contains mainly: blue. Hex color #003AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003AE0 is #FFC51F. Grayscale: #3A3A3A. Windows color (decimal): -16762144 or 14694912. OLE color: 14694912.
HSL color Cylindrical-coordinate representation of color #003AE0: hue angle of 224.46º 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 #003AE0 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 58 | 224 | - |
| CMYK | 1 | 0.74 | 0 | 0.12 |
| HSL | 224.46º | 1% | 0.44% | - |
| HSV(B) | 224.46º | 1% | 0.88% | - |
| XYZ | 14.97 | 8.41 | 71.36 | - |
| YUV | 59.58 | 220.78 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 224 | 1 | 0.74 | 0 | 0.12 | 224.46 | 1 | 0.44 |
| Hex | 0 | 3A | E0 | 64 | 4A | 0 | C | E0 | 64 | 2C |
| Octal | 0 | 72 | 340 | 144 | 112 | 0 | 14 | 340 | 144 | 54 |
| Binary | 0 | 111010 | 11100000 | 1100100 | 1001010 | 0 | 1100 | 11100000 | 1100100 | 101100 |
Color Harmonies of #003AE0
Complementary color
Monochromatic Colors of #003AE0
Black with #003AE0
Text Example
Text Example
White with #003AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AE0; }
p { color: rgb(0,58,224); }
H1.HeaderClassName
{
color: #003AE0;
}
.AnyTagClassName
{
color: #003AE0;
}
</style>
background-color css
<style>
a { background-color: #003AE0; }
a { background-color: rgb(0,58,224); }
div.DivClassName
{
background-color: #003AE0;
}
.BgClassName
{
background-color: #003AE0;
}
</style>
border-color css
<style>
span { border-color: #003AE0; }
span { border-color: rgb(0,58,224); }
td.TdClassName
{
border-color: #003AE0;
}
.TagClassName
{
border-color: #003AE0;
}
</style>