Shades of Persian Blue #2C3CAC
Tints of Persian Blue #2C3CAC
RGB
CMYK
RGB Variations
Color information
#2C3CAC (or 0x2C3CAC) is known color: Persian Blue. HEX triplet: 2C, 3C and AC. RGB value is (44,60,172). Sum of RGB (Red+Green+Blue) = 44+60+172=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3CAC is #D3C353. Grayscale: #434343. Windows color (decimal): -13878100 or 11287596. OLE color: 11287596.
HSL color Cylindrical-coordinate representation of color #2C3CAC: hue angle of 232.5º 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 #2C3CAC is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 60 | 172 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.33 |
| HSL | 232.5º | 0.59% | 0.42% | - |
| HSV(B) | 232.5º | 0.74% | 0.67% | - |
| XYZ | 10.1 | 6.75 | 39.8 | - |
| YUV | 67.98 | 186.7 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 172 | 0.74 | 0.65 | 0 | 0.33 | 232.5 | 0.59 | 0.42 |
| Hex | 2C | 3C | AC | 4A | 41 | 0 | 21 | E8 | 3B | 2A |
| Octal | 54 | 74 | 254 | 112 | 101 | 0 | 41 | 350 | 73 | 52 |
| Binary | 101100 | 111100 | 10101100 | 1001010 | 1000001 | 0 | 100001 | 11101000 | 111011 | 101010 |
Color Harmonies of #2C3CAC
Complementary color
Monochromatic Colors of #2C3CAC
Black with #2C3CAC
Text Example
Text Example
White with #2C3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3CAC; }
p { color: rgb(44,60,172); }
H1.HeaderClassName
{
color: #2C3CAC;
}
.AnyTagClassName
{
color: #2C3CAC;
}
</style>
background-color css
<style>
a { background-color: #2C3CAC; }
a { background-color: rgb(44,60,172); }
div.DivClassName
{
background-color: #2C3CAC;
}
.BgClassName
{
background-color: #2C3CAC;
}
</style>
border-color css
<style>
span { border-color: #2C3CAC; }
span { border-color: rgb(44,60,172); }
td.TdClassName
{
border-color: #2C3CAC;
}
.TagClassName
{
border-color: #2C3CAC;
}
</style>