Shades of Persian Blue #003BEE
Tints of Persian Blue #003BEE
RGB
CMYK
RGB Variations
Color information
#003BEE (or 0x003BEE) is known color: Persian Blue. HEX triplet: 00, 3B and EE. RGB value is (0,59,238). Sum of RGB (Red+Green+Blue) = 0+59+238=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #003BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BEE is #FFC411. Grayscale: #3C3C3C. Windows color (decimal): -16761874 or 15612672. OLE color: 15612672.
HSL color Cylindrical-coordinate representation of color #003BEE: hue angle of 225.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BEE is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 59 | 238 | - |
| CMYK | 1 | 0.75 | 0 | 0.07 |
| HSL | 225.13º | 1% | 0.47% | - |
| HSV(B) | 225.13º | 1% | 0.93% | - |
| XYZ | 17 | 9.3 | 81.79 | - |
| YUV | 61.77 | 227.45 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 238 | 1 | 0.75 | 0 | 0.07 | 225.13 | 1 | 0.47 |
| Hex | 0 | 3B | EE | 64 | 4B | 0 | 7 | E1 | 64 | 2F |
| Octal | 0 | 73 | 356 | 144 | 113 | 0 | 7 | 341 | 144 | 57 |
| Binary | 0 | 111011 | 11101110 | 1100100 | 1001011 | 0 | 111 | 11100001 | 1100100 | 101111 |
Color Harmonies of #003BEE
Complementary color
Monochromatic Colors of #003BEE
Black with #003BEE
Text Example
Text Example
White with #003BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BEE; }
p { color: rgb(0,59,238); }
H1.HeaderClassName
{
color: #003BEE;
}
.AnyTagClassName
{
color: #003BEE;
}
</style>
background-color css
<style>
a { background-color: #003BEE; }
a { background-color: rgb(0,59,238); }
div.DivClassName
{
background-color: #003BEE;
}
.BgClassName
{
background-color: #003BEE;
}
</style>
border-color css
<style>
span { border-color: #003BEE; }
span { border-color: rgb(0,59,238); }
td.TdClassName
{
border-color: #003BEE;
}
.TagClassName
{
border-color: #003BEE;
}
</style>