Shades of Persian Blue #052EE2
Tints of Persian Blue #052EE2
RGB
CMYK
RGB Variations
Color information
#052EE2 (or 0x052EE2) is known color: Persian Blue. HEX triplet: 05, 2E and E2. RGB value is (5,46,226). Sum of RGB (Red+Green+Blue) = 5+46+226=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 226 (88.67% from 255 or 81.59% from 277); Max value from RGB is 226 - color contains mainly: blue. Hex color #052EE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052EE2 is #FAD11D. Grayscale: #353535. Windows color (decimal): -16437534 or 14822917. OLE color: 14822917.
HSL color Cylindrical-coordinate representation of color #052EE2: hue angle of 228.87º 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 #052EE2 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 46 | 226 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.11 |
| HSL | 228.87º | 0.96% | 0.45% | - |
| HSV(B) | 228.87º | 0.98% | 0.89% | - |
| XYZ | 14.77 | 7.48 | 72.62 | - |
| YUV | 54.26 | 224.92 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 226 | 0.98 | 0.80 | 0 | 0.11 | 228.87 | 0.96 | 0.45 |
| Hex | 5 | 2E | E2 | 62 | 50 | 0 | B | E5 | 60 | 2D |
| Octal | 5 | 56 | 342 | 142 | 120 | 0 | 13 | 345 | 140 | 55 |
| Binary | 101 | 101110 | 11100010 | 1100010 | 1010000 | 0 | 1011 | 11100101 | 1100000 | 101101 |
Color Harmonies of #052EE2
Complementary color
Monochromatic Colors of #052EE2
Black with #052EE2
Text Example
Text Example
White with #052EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052EE2; }
p { color: rgb(5,46,226); }
H1.HeaderClassName
{
color: #052EE2;
}
.AnyTagClassName
{
color: #052EE2;
}
</style>
background-color css
<style>
a { background-color: #052EE2; }
a { background-color: rgb(5,46,226); }
div.DivClassName
{
background-color: #052EE2;
}
.BgClassName
{
background-color: #052EE2;
}
</style>
border-color css
<style>
span { border-color: #052EE2; }
span { border-color: rgb(5,46,226); }
td.TdClassName
{
border-color: #052EE2;
}
.TagClassName
{
border-color: #052EE2;
}
</style>