Shades of Persian Blue #2C2AAE
Tints of Persian Blue #2C2AAE
RGB
CMYK
RGB Variations
Color information
#2C2AAE (or 0x2C2AAE) is known color: Persian Blue. HEX triplet: 2C, 2A and AE. RGB value is (44,42,174). Sum of RGB (Red+Green+Blue) = 44+42+174=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C2AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2AAE is #D3D551. Grayscale: #393939. Windows color (decimal): -13882706 or 11414060. OLE color: 11414060.
HSL color Cylindrical-coordinate representation of color #2C2AAE: hue angle of 240.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C2AAE is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 42 | 174 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.32 |
| HSL | 240.91º | 0.61% | 0.42% | - |
| HSV(B) | 240.91º | 0.76% | 0.68% | - |
| XYZ | 9.51 | 5.25 | 40.56 | - |
| YUV | 57.65 | 193.66 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 42 | 174 | 0.75 | 0.76 | 0 | 0.32 | 240.91 | 0.61 | 0.42 |
| Hex | 2C | 2A | AE | 4B | 4C | 0 | 20 | F1 | 3D | 2A |
| Octal | 54 | 52 | 256 | 113 | 114 | 0 | 40 | 361 | 75 | 52 |
| Binary | 101100 | 101010 | 10101110 | 1001011 | 1001100 | 0 | 100000 | 11110001 | 111101 | 101010 |
Color Harmonies of #2C2AAE
Complementary color
Monochromatic Colors of #2C2AAE
Black with #2C2AAE
Text Example
Text Example
White with #2C2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2AAE; }
p { color: rgb(44,42,174); }
H1.HeaderClassName
{
color: #2C2AAE;
}
.AnyTagClassName
{
color: #2C2AAE;
}
</style>
background-color css
<style>
a { background-color: #2C2AAE; }
a { background-color: rgb(44,42,174); }
div.DivClassName
{
background-color: #2C2AAE;
}
.BgClassName
{
background-color: #2C2AAE;
}
</style>
border-color css
<style>
span { border-color: #2C2AAE; }
span { border-color: rgb(44,42,174); }
td.TdClassName
{
border-color: #2C2AAE;
}
.TagClassName
{
border-color: #2C2AAE;
}
</style>