Shades of Persian Blue #052FE2
Tints of Persian Blue #052FE2
RGB
CMYK
RGB Variations
Color information
#052FE2 (or 0x052FE2) is known color: Persian Blue. HEX triplet: 05, 2F and E2. RGB value is (5,47,226). Sum of RGB (Red+Green+Blue) = 5+47+226=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 226 (88.67% from 255 or 81.29% from 278); Max value from RGB is 226 - color contains mainly: blue. Hex color #052FE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FE2 is #FAD01D. Grayscale: #363636. Windows color (decimal): -16437278 or 14823173. OLE color: 14823173.
HSL color Cylindrical-coordinate representation of color #052FE2: hue angle of 228.6º 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 #052FE2 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 47 | 226 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.11 |
| HSL | 228.6º | 0.96% | 0.45% | - |
| HSV(B) | 228.6º | 0.98% | 0.89% | - |
| XYZ | 14.81 | 7.56 | 72.63 | - |
| YUV | 54.85 | 224.59 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 226 | 0.98 | 0.79 | 0 | 0.11 | 228.6 | 0.96 | 0.45 |
| Hex | 5 | 2F | E2 | 62 | 4F | 0 | B | E5 | 60 | 2D |
| Octal | 5 | 57 | 342 | 142 | 117 | 0 | 13 | 345 | 140 | 55 |
| Binary | 101 | 101111 | 11100010 | 1100010 | 1001111 | 0 | 1011 | 11100101 | 1100000 | 101101 |
Color Harmonies of #052FE2
Complementary color
Monochromatic Colors of #052FE2
Black with #052FE2
Text Example
Text Example
White with #052FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FE2; }
p { color: rgb(5,47,226); }
H1.HeaderClassName
{
color: #052FE2;
}
.AnyTagClassName
{
color: #052FE2;
}
</style>
background-color css
<style>
a { background-color: #052FE2; }
a { background-color: rgb(5,47,226); }
div.DivClassName
{
background-color: #052FE2;
}
.BgClassName
{
background-color: #052FE2;
}
</style>
border-color css
<style>
span { border-color: #052FE2; }
span { border-color: rgb(5,47,226); }
td.TdClassName
{
border-color: #052FE2;
}
.TagClassName
{
border-color: #052FE2;
}
</style>