Shades of Persian Blue #2C3AAB
Tints of Persian Blue #2C3AAB
RGB
CMYK
RGB Variations
Color information
#2C3AAB (or 0x2C3AAB) is known color: Persian Blue. HEX triplet: 2C, 3A and AB. RGB value is (44,58,171). Sum of RGB (Red+Green+Blue) = 44+58+171=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3AAB is #D3C554. Grayscale: #424242. Windows color (decimal): -13878613 or 11221548. OLE color: 11221548.
HSL color Cylindrical-coordinate representation of color #2C3AAB: hue angle of 233.39º 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 #2C3AAB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 58 | 171 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.33 |
| HSL | 233.39º | 0.59% | 0.42% | - |
| HSV(B) | 233.39º | 0.74% | 0.67% | - |
| XYZ | 9.9 | 6.5 | 39.26 | - |
| YUV | 66.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 171 | 0.74 | 0.66 | 0 | 0.33 | 233.39 | 0.59 | 0.42 |
| Hex | 2C | 3A | AB | 4A | 42 | 0 | 21 | E9 | 3B | 2A |
| Octal | 54 | 72 | 253 | 112 | 102 | 0 | 41 | 351 | 73 | 52 |
| Binary | 101100 | 111010 | 10101011 | 1001010 | 1000010 | 0 | 100001 | 11101001 | 111011 | 101010 |
Color Harmonies of #2C3AAB
Complementary color
Monochromatic Colors of #2C3AAB
Black with #2C3AAB
Text Example
Text Example
White with #2C3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3AAB; }
p { color: rgb(44,58,171); }
H1.HeaderClassName
{
color: #2C3AAB;
}
.AnyTagClassName
{
color: #2C3AAB;
}
</style>
background-color css
<style>
a { background-color: #2C3AAB; }
a { background-color: rgb(44,58,171); }
div.DivClassName
{
background-color: #2C3AAB;
}
.BgClassName
{
background-color: #2C3AAB;
}
</style>
border-color css
<style>
span { border-color: #2C3AAB; }
span { border-color: rgb(44,58,171); }
td.TdClassName
{
border-color: #2C3AAB;
}
.TagClassName
{
border-color: #2C3AAB;
}
</style>