Shades of Persian Blue #003AED
Tints of Persian Blue #003AED
RGB
CMYK
RGB Variations
Color information
#003AED (or 0x003AED) is known color: Persian Blue. HEX triplet: 00, 3A and ED. RGB value is (0,58,237). Sum of RGB (Red+Green+Blue) = 0+58+237=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 237 (92.97% from 255 or 80.34% from 295); Max value from RGB is 237 - color contains mainly: blue. Hex color #003AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003AED is #FFC512. Grayscale: #3C3C3C. Windows color (decimal): -16762131 or 15546880. OLE color: 15546880.
HSL color Cylindrical-coordinate representation of color #003AED: hue angle of 225.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AED is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 58 | 237 | - |
| CMYK | 1 | 0.76 | 0 | 0.07 |
| HSL | 225.32º | 1% | 0.46% | - |
| HSV(B) | 225.32º | 1% | 0.93% | - |
| XYZ | 16.8 | 9.14 | 81 | - |
| YUV | 61.06 | 227.28 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 237 | 1 | 0.76 | 0 | 0.07 | 225.32 | 1 | 0.46 |
| Hex | 0 | 3A | ED | 64 | 4C | 0 | 7 | E1 | 64 | 2E |
| Octal | 0 | 72 | 355 | 144 | 114 | 0 | 7 | 341 | 144 | 56 |
| Binary | 0 | 111010 | 11101101 | 1100100 | 1001100 | 0 | 111 | 11100001 | 1100100 | 101110 |
Color Harmonies of #003AED
Complementary color
Monochromatic Colors of #003AED
Black with #003AED
Text Example
Text Example
White with #003AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AED; }
p { color: rgb(0,58,237); }
H1.HeaderClassName
{
color: #003AED;
}
.AnyTagClassName
{
color: #003AED;
}
</style>
background-color css
<style>
a { background-color: #003AED; }
a { background-color: rgb(0,58,237); }
div.DivClassName
{
background-color: #003AED;
}
.BgClassName
{
background-color: #003AED;
}
</style>
border-color css
<style>
span { border-color: #003AED; }
span { border-color: rgb(0,58,237); }
td.TdClassName
{
border-color: #003AED;
}
.TagClassName
{
border-color: #003AED;
}
</style>