Shades of Persian Blue #052DC8
Tints of Persian Blue #052DC8
RGB
CMYK
RGB Variations
Color information
#052DC8 (or 0x052DC8) is known color: Persian Blue. HEX triplet: 05, 2D and C8. RGB value is (5,45,200). Sum of RGB (Red+Green+Blue) = 5+45+200=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 200 (78.52% from 255 or 80% from 250); Max value from RGB is 200 - color contains mainly: blue. Hex color #052DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DC8 is #FAD237. Grayscale: #323232. Windows color (decimal): -16437816 or 13118725. OLE color: 13118725.
HSL color Cylindrical-coordinate representation of color #052DC8: hue angle of 227.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052DC8 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 45 | 200 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.22 |
| HSL | 227.69º | 0.95% | 0.4% | - |
| HSV(B) | 227.69º | 0.98% | 0.78% | - |
| XYZ | 11.43 | 6.08 | 55.21 | - |
| YUV | 50.71 | 212.25 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 200 | 0.98 | 0.78 | 0 | 0.22 | 227.69 | 0.95 | 0.4 |
| Hex | 5 | 2D | C8 | 62 | 4E | 0 | 16 | E4 | 5F | 28 |
| Octal | 5 | 55 | 310 | 142 | 116 | 0 | 26 | 344 | 137 | 50 |
| Binary | 101 | 101101 | 11001000 | 1100010 | 1001110 | 0 | 10110 | 11100100 | 1011111 | 101000 |
Color Harmonies of #052DC8
Complementary color
Monochromatic Colors of #052DC8
Black with #052DC8
Text Example
Text Example
White with #052DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DC8; }
p { color: rgb(5,45,200); }
H1.HeaderClassName
{
color: #052DC8;
}
.AnyTagClassName
{
color: #052DC8;
}
</style>
background-color css
<style>
a { background-color: #052DC8; }
a { background-color: rgb(5,45,200); }
div.DivClassName
{
background-color: #052DC8;
}
.BgClassName
{
background-color: #052DC8;
}
</style>
border-color css
<style>
span { border-color: #052DC8; }
span { border-color: rgb(5,45,200); }
td.TdClassName
{
border-color: #052DC8;
}
.TagClassName
{
border-color: #052DC8;
}
</style>