Shades of Persian Blue #2835AB
Tints of Persian Blue #2835AB
RGB
CMYK
RGB Variations
Color information
#2835AB (or 0x2835AB) is known color: Persian Blue. HEX triplet: 28, 35 and AB. RGB value is (40,53,171). Sum of RGB (Red+Green+Blue) = 40+53+171=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #2835AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2835AB is #D7CA54. Grayscale: #3E3E3E. Windows color (decimal): -14142037 or 11220264. OLE color: 11220264.
HSL color Cylindrical-coordinate representation of color #2835AB: hue angle of 234.05º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2835AB is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 53 | 171 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.33 |
| HSL | 234.05º | 0.62% | 0.41% | - |
| HSV(B) | 234.05º | 0.77% | 0.67% | - |
| XYZ | 9.5 | 5.94 | 39.17 | - |
| YUV | 62.57 | 189.19 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 171 | 0.77 | 0.69 | 0 | 0.33 | 234.05 | 0.62 | 0.41 |
| Hex | 28 | 35 | AB | 4D | 45 | 0 | 21 | EA | 3E | 29 |
| Octal | 50 | 65 | 253 | 115 | 105 | 0 | 41 | 352 | 76 | 51 |
| Binary | 101000 | 110101 | 10101011 | 1001101 | 1000101 | 0 | 100001 | 11101010 | 111110 | 101001 |
Color Harmonies of #2835AB
Complementary color
Monochromatic Colors of #2835AB
Black with #2835AB
Text Example
Text Example
White with #2835AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2835AB; }
p { color: rgb(40,53,171); }
H1.HeaderClassName
{
color: #2835AB;
}
.AnyTagClassName
{
color: #2835AB;
}
</style>
background-color css
<style>
a { background-color: #2835AB; }
a { background-color: rgb(40,53,171); }
div.DivClassName
{
background-color: #2835AB;
}
.BgClassName
{
background-color: #2835AB;
}
</style>
border-color css
<style>
span { border-color: #2835AB; }
span { border-color: rgb(40,53,171); }
td.TdClassName
{
border-color: #2835AB;
}
.TagClassName
{
border-color: #2835AB;
}
</style>