Shades of Persian Blue #003BE0
Tints of Persian Blue #003BE0
RGB
CMYK
RGB Variations
Color information
#003BE0 (or 0x003BE0) is known color: Persian Blue. HEX triplet: 00, 3B and E0. RGB value is (0,59,224). Sum of RGB (Red+Green+Blue) = 0+59+224=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 224 (87.89% from 255 or 79.15% from 283); Max value from RGB is 224 - color contains mainly: blue. Hex color #003BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BE0 is #FFC41F. Grayscale: #3B3B3B. Windows color (decimal): -16761888 or 14695168. OLE color: 14695168.
HSL color Cylindrical-coordinate representation of color #003BE0: hue angle of 224.2º 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 #003BE0 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 59 | 224 | - |
| CMYK | 1 | 0.74 | 0 | 0.12 |
| HSL | 224.2º | 1% | 0.44% | - |
| HSV(B) | 224.2º | 1% | 0.88% | - |
| XYZ | 15.02 | 8.51 | 71.37 | - |
| YUV | 60.17 | 220.45 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 224 | 1 | 0.74 | 0 | 0.12 | 224.2 | 1 | 0.44 |
| Hex | 0 | 3B | E0 | 64 | 4A | 0 | C | E0 | 64 | 2C |
| Octal | 0 | 73 | 340 | 144 | 112 | 0 | 14 | 340 | 144 | 54 |
| Binary | 0 | 111011 | 11100000 | 1100100 | 1001010 | 0 | 1100 | 11100000 | 1100100 | 101100 |
Color Harmonies of #003BE0
Complementary color
Monochromatic Colors of #003BE0
Black with #003BE0
Text Example
Text Example
White with #003BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BE0; }
p { color: rgb(0,59,224); }
H1.HeaderClassName
{
color: #003BE0;
}
.AnyTagClassName
{
color: #003BE0;
}
</style>
background-color css
<style>
a { background-color: #003BE0; }
a { background-color: rgb(0,59,224); }
div.DivClassName
{
background-color: #003BE0;
}
.BgClassName
{
background-color: #003BE0;
}
</style>
border-color css
<style>
span { border-color: #003BE0; }
span { border-color: rgb(0,59,224); }
td.TdClassName
{
border-color: #003BE0;
}
.TagClassName
{
border-color: #003BE0;
}
</style>