Shades of Persian Blue #2C28AE
Tints of Persian Blue #2C28AE
RGB
CMYK
RGB Variations
Color information
#2C28AE (or 0x2C28AE) is known color: Persian Blue. HEX triplet: 2C, 28 and AE. RGB value is (44,40,174). Sum of RGB (Red+Green+Blue) = 44+40+174=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C28AE is #D3D751. Grayscale: #373737. Windows color (decimal): -13883218 or 11413548. OLE color: 11413548.
HSL color Cylindrical-coordinate representation of color #2C28AE: hue angle of 241.79º 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 #2C28AE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 40 | 174 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.32 |
| HSL | 241.79º | 0.63% | 0.42% | - |
| HSV(B) | 241.79º | 0.77% | 0.68% | - |
| XYZ | 9.44 | 5.11 | 40.53 | - |
| YUV | 56.47 | 194.33 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 174 | 0.75 | 0.77 | 0 | 0.32 | 241.79 | 0.63 | 0.42 |
| Hex | 2C | 28 | AE | 4B | 4D | 0 | 20 | F2 | 3F | 2A |
| Octal | 54 | 50 | 256 | 113 | 115 | 0 | 40 | 362 | 77 | 52 |
| Binary | 101100 | 101000 | 10101110 | 1001011 | 1001101 | 0 | 100000 | 11110010 | 111111 | 101010 |
Color Harmonies of #2C28AE
Complementary color
Monochromatic Colors of #2C28AE
Black with #2C28AE
Text Example
Text Example
White with #2C28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C28AE; }
p { color: rgb(44,40,174); }
H1.HeaderClassName
{
color: #2C28AE;
}
.AnyTagClassName
{
color: #2C28AE;
}
</style>
background-color css
<style>
a { background-color: #2C28AE; }
a { background-color: rgb(44,40,174); }
div.DivClassName
{
background-color: #2C28AE;
}
.BgClassName
{
background-color: #2C28AE;
}
</style>
border-color css
<style>
span { border-color: #2C28AE; }
span { border-color: rgb(44,40,174); }
td.TdClassName
{
border-color: #2C28AE;
}
.TagClassName
{
border-color: #2C28AE;
}
</style>