Shades of Persian Blue #2C3AAC
Tints of Persian Blue #2C3AAC
RGB
CMYK
RGB Variations
Color information
#2C3AAC (or 0x2C3AAC) is known color: Persian Blue. HEX triplet: 2C, 3A and AC. RGB value is (44,58,172). Sum of RGB (Red+Green+Blue) = 44+58+172=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3AAC is #D3C553. Grayscale: #424242. Windows color (decimal): -13878612 or 11287084. OLE color: 11287084.
HSL color Cylindrical-coordinate representation of color #2C3AAC: hue angle of 233.44º 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 #2C3AAC is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 58 | 172 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.33 |
| HSL | 233.44º | 0.59% | 0.42% | - |
| HSV(B) | 233.44º | 0.74% | 0.67% | - |
| XYZ | 10 | 6.54 | 39.77 | - |
| YUV | 66.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 172 | 0.74 | 0.66 | 0 | 0.33 | 233.44 | 0.59 | 0.42 |
| Hex | 2C | 3A | AC | 4A | 42 | 0 | 21 | E9 | 3B | 2A |
| Octal | 54 | 72 | 254 | 112 | 102 | 0 | 41 | 351 | 73 | 52 |
| Binary | 101100 | 111010 | 10101100 | 1001010 | 1000010 | 0 | 100001 | 11101001 | 111011 | 101010 |
Color Harmonies of #2C3AAC
Complementary color
Monochromatic Colors of #2C3AAC
Black with #2C3AAC
Text Example
Text Example
White with #2C3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3AAC; }
p { color: rgb(44,58,172); }
H1.HeaderClassName
{
color: #2C3AAC;
}
.AnyTagClassName
{
color: #2C3AAC;
}
</style>
background-color css
<style>
a { background-color: #2C3AAC; }
a { background-color: rgb(44,58,172); }
div.DivClassName
{
background-color: #2C3AAC;
}
.BgClassName
{
background-color: #2C3AAC;
}
</style>
border-color css
<style>
span { border-color: #2C3AAC; }
span { border-color: rgb(44,58,172); }
td.TdClassName
{
border-color: #2C3AAC;
}
.TagClassName
{
border-color: #2C3AAC;
}
</style>