Shades of Persian Blue #052BDC
Tints of Persian Blue #052BDC
RGB
CMYK
RGB Variations
Color information
#052BDC (or 0x052BDC) is known color: Persian Blue. HEX triplet: 05, 2B and DC. RGB value is (5,43,220). Sum of RGB (Red+Green+Blue) = 5+43+220=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #052BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BDC is #FAD423. Grayscale: #333333. Windows color (decimal): -16438308 or 14428933. OLE color: 14428933.
HSL color Cylindrical-coordinate representation of color #052BDC: hue angle of 229.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BDC is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 43 | 220 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.14 |
| HSL | 229.4º | 0.96% | 0.44% | - |
| HSV(B) | 229.4º | 0.98% | 0.86% | - |
| XYZ | 13.84 | 6.93 | 68.32 | - |
| YUV | 51.82 | 222.91 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 220 | 0.98 | 0.80 | 0 | 0.14 | 229.4 | 0.96 | 0.44 |
| Hex | 5 | 2B | DC | 62 | 50 | 0 | E | E5 | 60 | 2C |
| Octal | 5 | 53 | 334 | 142 | 120 | 0 | 16 | 345 | 140 | 54 |
| Binary | 101 | 101011 | 11011100 | 1100010 | 1010000 | 0 | 1110 | 11100101 | 1100000 | 101100 |
Color Harmonies of #052BDC
Complementary color
Monochromatic Colors of #052BDC
Black with #052BDC
Text Example
Text Example
White with #052BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BDC; }
p { color: rgb(5,43,220); }
H1.HeaderClassName
{
color: #052BDC;
}
.AnyTagClassName
{
color: #052BDC;
}
</style>
background-color css
<style>
a { background-color: #052BDC; }
a { background-color: rgb(5,43,220); }
div.DivClassName
{
background-color: #052BDC;
}
.BgClassName
{
background-color: #052BDC;
}
</style>
border-color css
<style>
span { border-color: #052BDC; }
span { border-color: rgb(5,43,220); }
td.TdClassName
{
border-color: #052BDC;
}
.TagClassName
{
border-color: #052BDC;
}
</style>