Shades of Persian Blue #003BEF
Tints of Persian Blue #003BEF
RGB
CMYK
RGB Variations
Color information
#003BEF (or 0x003BEF) is known color: Persian Blue. HEX triplet: 00, 3B and EF. RGB value is (0,59,239). Sum of RGB (Red+Green+Blue) = 0+59+239=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 239 (93.75% from 255 or 80.20% from 298); Max value from RGB is 239 - color contains mainly: blue. Hex color #003BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BEF is #FFC410. Grayscale: #3D3D3D. Windows color (decimal): -16761873 or 15678208. OLE color: 15678208.
HSL color Cylindrical-coordinate representation of color #003BEF: hue angle of 225.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BEF is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 59 | 239 | - |
| CMYK | 1 | 0.75 | 0 | 0.06 |
| HSL | 225.19º | 1% | 0.47% | - |
| HSV(B) | 225.19º | 1% | 0.94% | - |
| XYZ | 17.14 | 9.36 | 82.56 | - |
| YUV | 61.88 | 227.95 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 239 | 1 | 0.75 | 0 | 0.06 | 225.19 | 1 | 0.47 |
| Hex | 0 | 3B | EF | 64 | 4B | 0 | 6 | E1 | 64 | 2F |
| Octal | 0 | 73 | 357 | 144 | 113 | 0 | 6 | 341 | 144 | 57 |
| Binary | 0 | 111011 | 11101111 | 1100100 | 1001011 | 0 | 110 | 11100001 | 1100100 | 101111 |
Color Harmonies of #003BEF
Complementary color
Monochromatic Colors of #003BEF
Black with #003BEF
Text Example
Text Example
White with #003BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BEF; }
p { color: rgb(0,59,239); }
H1.HeaderClassName
{
color: #003BEF;
}
.AnyTagClassName
{
color: #003BEF;
}
</style>
background-color css
<style>
a { background-color: #003BEF; }
a { background-color: rgb(0,59,239); }
div.DivClassName
{
background-color: #003BEF;
}
.BgClassName
{
background-color: #003BEF;
}
</style>
border-color css
<style>
span { border-color: #003BEF; }
span { border-color: rgb(0,59,239); }
td.TdClassName
{
border-color: #003BEF;
}
.TagClassName
{
border-color: #003BEF;
}
</style>