Shades of Persian Blue #2835BA
Tints of Persian Blue #2835BA
RGB
CMYK
RGB Variations
Color information
#2835BA (or 0x2835BA) is known color: Persian Blue. HEX triplet: 28, 35 and BA. RGB value is (40,53,186). Sum of RGB (Red+Green+Blue) = 40+53+186=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #2835BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2835BA is #D7CA45. Grayscale: #3F3F3F. Windows color (decimal): -14142022 or 12203304. OLE color: 12203304.
HSL color Cylindrical-coordinate representation of color #2835BA: hue angle of 234.66º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2835BA is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 53 | 186 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.27 |
| HSL | 234.66º | 0.65% | 0.44% | - |
| HSV(B) | 234.66º | 0.78% | 0.73% | - |
| XYZ | 11.01 | 6.54 | 47.14 | - |
| YUV | 64.28 | 196.69 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 186 | 0.78 | 0.72 | 0 | 0.27 | 234.66 | 0.65 | 0.44 |
| Hex | 28 | 35 | BA | 4E | 48 | 0 | 1B | EB | 41 | 2C |
| Octal | 50 | 65 | 272 | 116 | 110 | 0 | 33 | 353 | 101 | 54 |
| Binary | 101000 | 110101 | 10111010 | 1001110 | 1001000 | 0 | 11011 | 11101011 | 1000001 | 101100 |
Color Harmonies of #2835BA
Complementary color
Monochromatic Colors of #2835BA
Black with #2835BA
Text Example
Text Example
White with #2835BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2835BA; }
p { color: rgb(40,53,186); }
H1.HeaderClassName
{
color: #2835BA;
}
.AnyTagClassName
{
color: #2835BA;
}
</style>
background-color css
<style>
a { background-color: #2835BA; }
a { background-color: rgb(40,53,186); }
div.DivClassName
{
background-color: #2835BA;
}
.BgClassName
{
background-color: #2835BA;
}
</style>
border-color css
<style>
span { border-color: #2835BA; }
span { border-color: rgb(40,53,186); }
td.TdClassName
{
border-color: #2835BA;
}
.TagClassName
{
border-color: #2835BA;
}
</style>