Shades of Persian Blue #003BEA
Tints of Persian Blue #003BEA
RGB
CMYK
RGB Variations
Color information
#003BEA (or 0x003BEA) is known color: Persian Blue. HEX triplet: 00, 3B and EA. RGB value is (0,59,234). Sum of RGB (Red+Green+Blue) = 0+59+234=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 234 (91.80% from 255 or 79.86% from 293); Max value from RGB is 234 - color contains mainly: blue. Hex color #003BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BEA is #FFC415. Grayscale: #3C3C3C. Windows color (decimal): -16761878 or 15350528. OLE color: 15350528.
HSL color Cylindrical-coordinate representation of color #003BEA: hue angle of 224.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BEA is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 59 | 234 | - |
| CMYK | 1 | 0.75 | 0 | 0.08 |
| HSL | 224.87º | 1% | 0.46% | - |
| HSV(B) | 224.87º | 1% | 0.92% | - |
| XYZ | 16.42 | 9.07 | 78.73 | - |
| YUV | 61.31 | 225.45 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 234 | 1 | 0.75 | 0 | 0.08 | 224.87 | 1 | 0.46 |
| Hex | 0 | 3B | EA | 64 | 4B | 0 | 8 | E1 | 64 | 2E |
| Octal | 0 | 73 | 352 | 144 | 113 | 0 | 10 | 341 | 144 | 56 |
| Binary | 0 | 111011 | 11101010 | 1100100 | 1001011 | 0 | 1000 | 11100001 | 1100100 | 101110 |
Color Harmonies of #003BEA
Complementary color
Monochromatic Colors of #003BEA
Black with #003BEA
Text Example
Text Example
White with #003BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BEA; }
p { color: rgb(0,59,234); }
H1.HeaderClassName
{
color: #003BEA;
}
.AnyTagClassName
{
color: #003BEA;
}
</style>
background-color css
<style>
a { background-color: #003BEA; }
a { background-color: rgb(0,59,234); }
div.DivClassName
{
background-color: #003BEA;
}
.BgClassName
{
background-color: #003BEA;
}
</style>
border-color css
<style>
span { border-color: #003BEA; }
span { border-color: rgb(0,59,234); }
td.TdClassName
{
border-color: #003BEA;
}
.TagClassName
{
border-color: #003BEA;
}
</style>