Shades of Persian Blue #003BEB
Tints of Persian Blue #003BEB
RGB
CMYK
RGB Variations
Color information
#003BEB (or 0x003BEB) is known color: Persian Blue. HEX triplet: 00, 3B and EB. RGB value is (0,59,235). Sum of RGB (Red+Green+Blue) = 0+59+235=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #003BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BEB is #FFC414. Grayscale: #3C3C3C. Windows color (decimal): -16761877 or 15416064. OLE color: 15416064.
HSL color Cylindrical-coordinate representation of color #003BEB: hue angle of 224.94º 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 #003BEB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 59 | 235 | - |
| CMYK | 1 | 0.75 | 0 | 0.08 |
| HSL | 224.94º | 1% | 0.46% | - |
| HSV(B) | 224.94º | 1% | 0.92% | - |
| XYZ | 16.56 | 9.13 | 79.49 | - |
| YUV | 61.42 | 225.95 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 235 | 1 | 0.75 | 0 | 0.08 | 224.94 | 1 | 0.46 |
| Hex | 0 | 3B | EB | 64 | 4B | 0 | 8 | E1 | 64 | 2E |
| Octal | 0 | 73 | 353 | 144 | 113 | 0 | 10 | 341 | 144 | 56 |
| Binary | 0 | 111011 | 11101011 | 1100100 | 1001011 | 0 | 1000 | 11100001 | 1100100 | 101110 |
Color Harmonies of #003BEB
Complementary color
Monochromatic Colors of #003BEB
Black with #003BEB
Text Example
Text Example
White with #003BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BEB; }
p { color: rgb(0,59,235); }
H1.HeaderClassName
{
color: #003BEB;
}
.AnyTagClassName
{
color: #003BEB;
}
</style>
background-color css
<style>
a { background-color: #003BEB; }
a { background-color: rgb(0,59,235); }
div.DivClassName
{
background-color: #003BEB;
}
.BgClassName
{
background-color: #003BEB;
}
</style>
border-color css
<style>
span { border-color: #003BEB; }
span { border-color: rgb(0,59,235); }
td.TdClassName
{
border-color: #003BEB;
}
.TagClassName
{
border-color: #003BEB;
}
</style>