Shades of Persian Blue #2C2DAA
Tints of Persian Blue #2C2DAA
RGB
CMYK
RGB Variations
Color information
#2C2DAA (or 0x2C2DAA) is known color: Persian Blue. HEX triplet: 2C, 2D and AA. RGB value is (44,45,170). Sum of RGB (Red+Green+Blue) = 44+45+170=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2DAA is #D3D255. Grayscale: #3A3A3A. Windows color (decimal): -13881942 or 11152684. OLE color: 11152684.
HSL color Cylindrical-coordinate representation of color #2C2DAA: hue angle of 239.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C2DAA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 45 | 170 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.33 |
| HSL | 239.52º | 0.59% | 0.42% | - |
| HSV(B) | 239.52º | 0.74% | 0.67% | - |
| XYZ | 9.23 | 5.31 | 38.57 | - |
| YUV | 58.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 45 | 170 | 0.74 | 0.74 | 0 | 0.33 | 239.52 | 0.59 | 0.42 |
| Hex | 2C | 2D | AA | 4A | 4A | 0 | 21 | F0 | 3B | 2A |
| Octal | 54 | 55 | 252 | 112 | 112 | 0 | 41 | 360 | 73 | 52 |
| Binary | 101100 | 101101 | 10101010 | 1001010 | 1001010 | 0 | 100001 | 11110000 | 111011 | 101010 |
Color Harmonies of #2C2DAA
Complementary color
Monochromatic Colors of #2C2DAA
Black with #2C2DAA
Text Example
Text Example
White with #2C2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2DAA; }
p { color: rgb(44,45,170); }
H1.HeaderClassName
{
color: #2C2DAA;
}
.AnyTagClassName
{
color: #2C2DAA;
}
</style>
background-color css
<style>
a { background-color: #2C2DAA; }
a { background-color: rgb(44,45,170); }
div.DivClassName
{
background-color: #2C2DAA;
}
.BgClassName
{
background-color: #2C2DAA;
}
</style>
border-color css
<style>
span { border-color: #2C2DAA; }
span { border-color: rgb(44,45,170); }
td.TdClassName
{
border-color: #2C2DAA;
}
.TagClassName
{
border-color: #2C2DAA;
}
</style>