Shades of Persian Blue #2836AE
Tints of Persian Blue #2836AE
RGB
CMYK
RGB Variations
Color information
#2836AE (or 0x2836AE) is known color: Persian Blue. HEX triplet: 28, 36 and AE. RGB value is (40,54,174). Sum of RGB (Red+Green+Blue) = 40+54+174=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #2836AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2836AE is #D7C951. Grayscale: #3F3F3F. Windows color (decimal): -14141778 or 11417128. OLE color: 11417128.
HSL color Cylindrical-coordinate representation of color #2836AE: hue angle of 233.73º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2836AE is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 54 | 174 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.32 |
| HSL | 233.73º | 0.63% | 0.42% | - |
| HSV(B) | 233.73º | 0.77% | 0.68% | - |
| XYZ | 9.83 | 6.15 | 40.71 | - |
| YUV | 63.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 174 | 0.77 | 0.69 | 0 | 0.32 | 233.73 | 0.63 | 0.42 |
| Hex | 28 | 36 | AE | 4D | 45 | 0 | 20 | EA | 3F | 2A |
| Octal | 50 | 66 | 256 | 115 | 105 | 0 | 40 | 352 | 77 | 52 |
| Binary | 101000 | 110110 | 10101110 | 1001101 | 1000101 | 0 | 100000 | 11101010 | 111111 | 101010 |
Color Harmonies of #2836AE
Complementary color
Monochromatic Colors of #2836AE
Black with #2836AE
Text Example
Text Example
White with #2836AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2836AE; }
p { color: rgb(40,54,174); }
H1.HeaderClassName
{
color: #2836AE;
}
.AnyTagClassName
{
color: #2836AE;
}
</style>
background-color css
<style>
a { background-color: #2836AE; }
a { background-color: rgb(40,54,174); }
div.DivClassName
{
background-color: #2836AE;
}
.BgClassName
{
background-color: #2836AE;
}
</style>
border-color css
<style>
span { border-color: #2836AE; }
span { border-color: rgb(40,54,174); }
td.TdClassName
{
border-color: #2836AE;
}
.TagClassName
{
border-color: #2836AE;
}
</style>