Shades of Persian Blue #053BE3
Tints of Persian Blue #053BE3
RGB
CMYK
RGB Variations
Color information
#053BE3 (or 0x053BE3) is known color: Persian Blue. HEX triplet: 05, 3B and E3. RGB value is (5,59,227). Sum of RGB (Red+Green+Blue) = 5+59+227=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 227 (89.06% from 255 or 78.01% from 291); Max value from RGB is 227 - color contains mainly: blue. Hex color #053BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BE3 is #FAC41C. Grayscale: #3D3D3D. Windows color (decimal): -16434205 or 14891781. OLE color: 14891781.
HSL color Cylindrical-coordinate representation of color #053BE3: hue angle of 225.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053BE3 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 59 | 227 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.11 |
| HSL | 225.41º | 0.96% | 0.45% | - |
| HSV(B) | 225.41º | 0.98% | 0.89% | - |
| XYZ | 15.49 | 8.71 | 73.54 | - |
| YUV | 62.01 | 221.11 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 227 | 0.98 | 0.74 | 0 | 0.11 | 225.41 | 0.96 | 0.45 |
| Hex | 5 | 3B | E3 | 62 | 4A | 0 | B | E1 | 60 | 2D |
| Octal | 5 | 73 | 343 | 142 | 112 | 0 | 13 | 341 | 140 | 55 |
| Binary | 101 | 111011 | 11100011 | 1100010 | 1001010 | 0 | 1011 | 11100001 | 1100000 | 101101 |
Color Harmonies of #053BE3
Complementary color
Monochromatic Colors of #053BE3
Black with #053BE3
Text Example
Text Example
White with #053BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BE3; }
p { color: rgb(5,59,227); }
H1.HeaderClassName
{
color: #053BE3;
}
.AnyTagClassName
{
color: #053BE3;
}
</style>
background-color css
<style>
a { background-color: #053BE3; }
a { background-color: rgb(5,59,227); }
div.DivClassName
{
background-color: #053BE3;
}
.BgClassName
{
background-color: #053BE3;
}
</style>
border-color css
<style>
span { border-color: #053BE3; }
span { border-color: rgb(5,59,227); }
td.TdClassName
{
border-color: #053BE3;
}
.TagClassName
{
border-color: #053BE3;
}
</style>