Shades of Persian Blue #052EC4
Tints of Persian Blue #052EC4
RGB
CMYK
RGB Variations
Color information
#052EC4 (or 0x052EC4) is known color: Persian Blue. HEX triplet: 05, 2E and C4. RGB value is (5,46,196). Sum of RGB (Red+Green+Blue) = 5+46+196=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 196 (76.95% from 255 or 79.35% from 247); Max value from RGB is 196 - color contains mainly: blue. Hex color #052EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052EC4 is #FAD13B. Grayscale: #323232. Windows color (decimal): -16437564 or 12856837. OLE color: 12856837.
HSL color Cylindrical-coordinate representation of color #052EC4: hue angle of 227.12º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052EC4 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 46 | 196 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.23 |
| HSL | 227.12º | 0.95% | 0.39% | - |
| HSV(B) | 227.12º | 0.97% | 0.77% | - |
| XYZ | 11 | 5.97 | 52.8 | - |
| YUV | 50.84 | 209.92 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 196 | 0.97 | 0.77 | 0 | 0.23 | 227.12 | 0.95 | 0.39 |
| Hex | 5 | 2E | C4 | 61 | 4D | 0 | 17 | E3 | 5F | 27 |
| Octal | 5 | 56 | 304 | 141 | 115 | 0 | 27 | 343 | 137 | 47 |
| Binary | 101 | 101110 | 11000100 | 1100001 | 1001101 | 0 | 10111 | 11100011 | 1011111 | 100111 |
Color Harmonies of #052EC4
Complementary color
Monochromatic Colors of #052EC4
Black with #052EC4
Text Example
Text Example
White with #052EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052EC4; }
p { color: rgb(5,46,196); }
H1.HeaderClassName
{
color: #052EC4;
}
.AnyTagClassName
{
color: #052EC4;
}
</style>
background-color css
<style>
a { background-color: #052EC4; }
a { background-color: rgb(5,46,196); }
div.DivClassName
{
background-color: #052EC4;
}
.BgClassName
{
background-color: #052EC4;
}
</style>
border-color css
<style>
span { border-color: #052EC4; }
span { border-color: rgb(5,46,196); }
td.TdClassName
{
border-color: #052EC4;
}
.TagClassName
{
border-color: #052EC4;
}
</style>