Shades of Persian Blue #053CEE
Tints of Persian Blue #053CEE
RGB
CMYK
RGB Variations
Color information
#053CEE (or 0x053CEE) is known color: Persian Blue. HEX triplet: 05, 3C and EE. RGB value is (5,60,238). Sum of RGB (Red+Green+Blue) = 5+60+238=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #053CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CEE is #FAC311. Grayscale: #3F3F3F. Windows color (decimal): -16433938 or 15612933. OLE color: 15612933.
HSL color Cylindrical-coordinate representation of color #053CEE: hue angle of 225.84º 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 #053CEE is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 60 | 238 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.07 |
| HSL | 225.84º | 0.96% | 0.48% | - |
| HSV(B) | 225.84º | 0.98% | 0.93% | - |
| XYZ | 17.11 | 9.44 | 81.81 | - |
| YUV | 63.85 | 226.28 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 238 | 0.98 | 0.75 | 0 | 0.07 | 225.84 | 0.96 | 0.48 |
| Hex | 5 | 3C | EE | 62 | 4B | 0 | 7 | E2 | 60 | 30 |
| Octal | 5 | 74 | 356 | 142 | 113 | 0 | 7 | 342 | 140 | 60 |
| Binary | 101 | 111100 | 11101110 | 1100010 | 1001011 | 0 | 111 | 11100010 | 1100000 | 110000 |
Color Harmonies of #053CEE
Complementary color
Monochromatic Colors of #053CEE
Black with #053CEE
Text Example
Text Example
White with #053CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CEE; }
p { color: rgb(5,60,238); }
H1.HeaderClassName
{
color: #053CEE;
}
.AnyTagClassName
{
color: #053CEE;
}
</style>
background-color css
<style>
a { background-color: #053CEE; }
a { background-color: rgb(5,60,238); }
div.DivClassName
{
background-color: #053CEE;
}
.BgClassName
{
background-color: #053CEE;
}
</style>
border-color css
<style>
span { border-color: #053CEE; }
span { border-color: rgb(5,60,238); }
td.TdClassName
{
border-color: #053CEE;
}
.TagClassName
{
border-color: #053CEE;
}
</style>