Shades of Persian Blue #2834AC
Tints of Persian Blue #2834AC
RGB
CMYK
RGB Variations
Color information
#2834AC (or 0x2834AC) is known color: Persian Blue. HEX triplet: 28, 34 and AC. RGB value is (40,52,172). Sum of RGB (Red+Green+Blue) = 40+52+172=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #2834AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2834AC is #D7CB53. Grayscale: #3D3D3D. Windows color (decimal): -14142292 or 11285544. OLE color: 11285544.
HSL color Cylindrical-coordinate representation of color #2834AC: hue angle of 234.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2834AC is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 52 | 172 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.33 |
| HSL | 234.55º | 0.62% | 0.42% | - |
| HSV(B) | 234.55º | 0.77% | 0.67% | - |
| XYZ | 9.55 | 5.89 | 39.66 | - |
| YUV | 62.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 172 | 0.77 | 0.70 | 0 | 0.33 | 234.55 | 0.62 | 0.42 |
| Hex | 28 | 34 | AC | 4D | 46 | 0 | 21 | EB | 3E | 2A |
| Octal | 50 | 64 | 254 | 115 | 106 | 0 | 41 | 353 | 76 | 52 |
| Binary | 101000 | 110100 | 10101100 | 1001101 | 1000110 | 0 | 100001 | 11101011 | 111110 | 101010 |
Color Harmonies of #2834AC
Complementary color
Monochromatic Colors of #2834AC
Black with #2834AC
Text Example
Text Example
White with #2834AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834AC; }
p { color: rgb(40,52,172); }
H1.HeaderClassName
{
color: #2834AC;
}
.AnyTagClassName
{
color: #2834AC;
}
</style>
background-color css
<style>
a { background-color: #2834AC; }
a { background-color: rgb(40,52,172); }
div.DivClassName
{
background-color: #2834AC;
}
.BgClassName
{
background-color: #2834AC;
}
</style>
border-color css
<style>
span { border-color: #2834AC; }
span { border-color: rgb(40,52,172); }
td.TdClassName
{
border-color: #2834AC;
}
.TagClassName
{
border-color: #2834AC;
}
</style>