Shades of Persian Blue #052FCC
Tints of Persian Blue #052FCC
RGB
CMYK
RGB Variations
Color information
#052FCC (or 0x052FCC) is known color: Persian Blue. HEX triplet: 05, 2F and CC. RGB value is (5,47,204). Sum of RGB (Red+Green+Blue) = 5+47+204=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #052FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FCC is #FAD033. Grayscale: #333333. Windows color (decimal): -16437300 or 13381381. OLE color: 13381381.
HSL color Cylindrical-coordinate representation of color #052FCC: hue angle of 227.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FCC is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 47 | 204 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.2 |
| HSL | 227.34º | 0.95% | 0.41% | - |
| HSV(B) | 227.34º | 0.98% | 0.8% | - |
| XYZ | 11.98 | 6.42 | 57.74 | - |
| YUV | 52.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 204 | 0.98 | 0.77 | 0 | 0.2 | 227.34 | 0.95 | 0.41 |
| Hex | 5 | 2F | CC | 62 | 4D | 0 | 14 | E3 | 5F | 29 |
| Octal | 5 | 57 | 314 | 142 | 115 | 0 | 24 | 343 | 137 | 51 |
| Binary | 101 | 101111 | 11001100 | 1100010 | 1001101 | 0 | 10100 | 11100011 | 1011111 | 101001 |
Color Harmonies of #052FCC
Complementary color
Monochromatic Colors of #052FCC
Black with #052FCC
Text Example
Text Example
White with #052FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FCC; }
p { color: rgb(5,47,204); }
H1.HeaderClassName
{
color: #052FCC;
}
.AnyTagClassName
{
color: #052FCC;
}
</style>
background-color css
<style>
a { background-color: #052FCC; }
a { background-color: rgb(5,47,204); }
div.DivClassName
{
background-color: #052FCC;
}
.BgClassName
{
background-color: #052FCC;
}
</style>
border-color css
<style>
span { border-color: #052FCC; }
span { border-color: rgb(5,47,204); }
td.TdClassName
{
border-color: #052FCC;
}
.TagClassName
{
border-color: #052FCC;
}
</style>