Shades of Persian Blue #052BE3
Tints of Persian Blue #052BE3
RGB
CMYK
RGB Variations
Color information
#052BE3 (or 0x052BE3) is known color: Persian Blue. HEX triplet: 05, 2B and E3. RGB value is (5,43,227). Sum of RGB (Red+Green+Blue) = 5+43+227=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 227 (89.06% from 255 or 82.55% from 275); Max value from RGB is 227 - color contains mainly: blue. Hex color #052BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BE3 is #FAD41C. Grayscale: #333333. Windows color (decimal): -16438301 or 14887685. OLE color: 14887685.
HSL color Cylindrical-coordinate representation of color #052BE3: hue angle of 229.73º 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 #052BE3 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 43 | 227 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.11 |
| HSL | 229.73º | 0.96% | 0.45% | - |
| HSV(B) | 229.73º | 0.98% | 0.89% | - |
| XYZ | 14.79 | 7.31 | 73.3 | - |
| YUV | 52.61 | 226.41 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 227 | 0.98 | 0.81 | 0 | 0.11 | 229.73 | 0.96 | 0.45 |
| Hex | 5 | 2B | E3 | 62 | 51 | 0 | B | E6 | 60 | 2D |
| Octal | 5 | 53 | 343 | 142 | 121 | 0 | 13 | 346 | 140 | 55 |
| Binary | 101 | 101011 | 11100011 | 1100010 | 1010001 | 0 | 1011 | 11100110 | 1100000 | 101101 |
Color Harmonies of #052BE3
Complementary color
Monochromatic Colors of #052BE3
Black with #052BE3
Text Example
Text Example
White with #052BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BE3; }
p { color: rgb(5,43,227); }
H1.HeaderClassName
{
color: #052BE3;
}
.AnyTagClassName
{
color: #052BE3;
}
</style>
background-color css
<style>
a { background-color: #052BE3; }
a { background-color: rgb(5,43,227); }
div.DivClassName
{
background-color: #052BE3;
}
.BgClassName
{
background-color: #052BE3;
}
</style>
border-color css
<style>
span { border-color: #052BE3; }
span { border-color: rgb(5,43,227); }
td.TdClassName
{
border-color: #052BE3;
}
.TagClassName
{
border-color: #052BE3;
}
</style>