Shades of Persian Blue #082BE3
Tints of Persian Blue #082BE3
RGB
CMYK
RGB Variations
Color information
#082BE3 (or 0x082BE3) is known color: Persian Blue. HEX triplet: 08, 2B and E3. RGB value is (8,43,227). Sum of RGB (Red+Green+Blue) = 8+43+227=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 227 (89.06% from 255 or 81.65% from 278); Max value from RGB is 227 - color contains mainly: blue. Hex color #082BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BE3 is #F7D41C. Grayscale: #343434. Windows color (decimal): -16241693 or 14887688. OLE color: 14887688.
HSL color Cylindrical-coordinate representation of color #082BE3: hue angle of 230.41º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BE3 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 43 | 227 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.11 |
| HSL | 230.41º | 0.93% | 0.46% | - |
| HSV(B) | 230.41º | 0.96% | 0.89% | - |
| XYZ | 14.83 | 7.33 | 73.31 | - |
| YUV | 53.51 | 225.9 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 227 | 0.96 | 0.81 | 0 | 0.11 | 230.41 | 0.93 | 0.46 |
| Hex | 8 | 2B | E3 | 60 | 51 | 0 | B | E6 | 5D | 2E |
| Octal | 10 | 53 | 343 | 140 | 121 | 0 | 13 | 346 | 135 | 56 |
| Binary | 1000 | 101011 | 11100011 | 1100000 | 1010001 | 0 | 1011 | 11100110 | 1011101 | 101110 |
Color Harmonies of #082BE3
Complementary color
Monochromatic Colors of #082BE3
Black with #082BE3
Text Example
Text Example
White with #082BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BE3; }
p { color: rgb(8,43,227); }
H1.HeaderClassName
{
color: #082BE3;
}
.AnyTagClassName
{
color: #082BE3;
}
</style>
background-color css
<style>
a { background-color: #082BE3; }
a { background-color: rgb(8,43,227); }
div.DivClassName
{
background-color: #082BE3;
}
.BgClassName
{
background-color: #082BE3;
}
</style>
border-color css
<style>
span { border-color: #082BE3; }
span { border-color: rgb(8,43,227); }
td.TdClassName
{
border-color: #082BE3;
}
.TagClassName
{
border-color: #082BE3;
}
</style>