Shades of Persian Blue #0536EE
Tints of Persian Blue #0536EE
RGB
CMYK
RGB Variations
Color information
#0536EE (or 0x0536EE) is known color: Persian Blue. HEX triplet: 05, 36 and EE. RGB value is (5,54,238). Sum of RGB (Red+Green+Blue) = 5+54+238=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 54 (21.48% from 255 or 18.18% 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 #0536EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0536EE is #FAC911. Grayscale: #3B3B3B. Windows color (decimal): -16435474 or 15611397. OLE color: 15611397.
HSL color Cylindrical-coordinate representation of color #0536EE: hue angle of 227.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0536EE is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 54 | 238 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.07 |
| HSL | 227.38º | 0.96% | 0.48% | - |
| HSV(B) | 227.38º | 0.98% | 0.93% | - |
| XYZ | 16.81 | 8.84 | 81.71 | - |
| YUV | 60.33 | 228.27 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 238 | 0.98 | 0.77 | 0 | 0.07 | 227.38 | 0.96 | 0.48 |
| Hex | 5 | 36 | EE | 62 | 4D | 0 | 7 | E3 | 60 | 30 |
| Octal | 5 | 66 | 356 | 142 | 115 | 0 | 7 | 343 | 140 | 60 |
| Binary | 101 | 110110 | 11101110 | 1100010 | 1001101 | 0 | 111 | 11100011 | 1100000 | 110000 |
Color Harmonies of #0536EE
Complementary color
Monochromatic Colors of #0536EE
Black with #0536EE
Text Example
Text Example
White with #0536EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0536EE; }
p { color: rgb(5,54,238); }
H1.HeaderClassName
{
color: #0536EE;
}
.AnyTagClassName
{
color: #0536EE;
}
</style>
background-color css
<style>
a { background-color: #0536EE; }
a { background-color: rgb(5,54,238); }
div.DivClassName
{
background-color: #0536EE;
}
.BgClassName
{
background-color: #0536EE;
}
</style>
border-color css
<style>
span { border-color: #0536EE; }
span { border-color: rgb(5,54,238); }
td.TdClassName
{
border-color: #0536EE;
}
.TagClassName
{
border-color: #0536EE;
}
</style>