Shades of Persian Blue #003BE8
Tints of Persian Blue #003BE8
RGB
CMYK
RGB Variations
Color information
#003BE8 (or 0x003BE8) is known color: Persian Blue. HEX triplet: 00, 3B and E8. RGB value is (0,59,232). Sum of RGB (Red+Green+Blue) = 0+59+232=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 232 (91.02% from 255 or 79.73% from 291); Max value from RGB is 232 - color contains mainly: blue. Hex color #003BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BE8 is #FFC417. Grayscale: #3C3C3C. Windows color (decimal): -16761880 or 15219456. OLE color: 15219456.
HSL color Cylindrical-coordinate representation of color #003BE8: hue angle of 224.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BE8 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 59 | 232 | - |
| CMYK | 1 | 0.75 | 0 | 0.09 |
| HSL | 224.74º | 1% | 0.45% | - |
| HSV(B) | 224.74º | 1% | 0.91% | - |
| XYZ | 16.13 | 8.95 | 77.22 | - |
| YUV | 61.08 | 224.45 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 232 | 1 | 0.75 | 0 | 0.09 | 224.74 | 1 | 0.45 |
| Hex | 0 | 3B | E8 | 64 | 4B | 0 | 9 | E1 | 64 | 2D |
| Octal | 0 | 73 | 350 | 144 | 113 | 0 | 11 | 341 | 144 | 55 |
| Binary | 0 | 111011 | 11101000 | 1100100 | 1001011 | 0 | 1001 | 11100001 | 1100100 | 101101 |
Color Harmonies of #003BE8
Complementary color
Monochromatic Colors of #003BE8
Black with #003BE8
Text Example
Text Example
White with #003BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BE8; }
p { color: rgb(0,59,232); }
H1.HeaderClassName
{
color: #003BE8;
}
.AnyTagClassName
{
color: #003BE8;
}
</style>
background-color css
<style>
a { background-color: #003BE8; }
a { background-color: rgb(0,59,232); }
div.DivClassName
{
background-color: #003BE8;
}
.BgClassName
{
background-color: #003BE8;
}
</style>
border-color css
<style>
span { border-color: #003BE8; }
span { border-color: rgb(0,59,232); }
td.TdClassName
{
border-color: #003BE8;
}
.TagClassName
{
border-color: #003BE8;
}
</style>