Shades of Persian Blue #2C3BAA
Tints of Persian Blue #2C3BAA
RGB
CMYK
RGB Variations
Color information
#2C3BAA (or 0x2C3BAA) is known color: Persian Blue. HEX triplet: 2C, 3B and AA. RGB value is (44,59,170). Sum of RGB (Red+Green+Blue) = 44+59+170=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C3BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3BAA is #D3C455. Grayscale: #424242. Windows color (decimal): -13878358 or 11156268. OLE color: 11156268.
HSL color Cylindrical-coordinate representation of color #2C3BAA: hue angle of 232.86º 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 #2C3BAA is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 59 | 170 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.33 |
| HSL | 232.86º | 0.59% | 0.42% | - |
| HSV(B) | 232.86º | 0.74% | 0.67% | - |
| XYZ | 9.86 | 6.57 | 38.78 | - |
| YUV | 67.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 170 | 0.74 | 0.65 | 0 | 0.33 | 232.86 | 0.59 | 0.42 |
| Hex | 2C | 3B | AA | 4A | 41 | 0 | 21 | E9 | 3B | 2A |
| Octal | 54 | 73 | 252 | 112 | 101 | 0 | 41 | 351 | 73 | 52 |
| Binary | 101100 | 111011 | 10101010 | 1001010 | 1000001 | 0 | 100001 | 11101001 | 111011 | 101010 |
Color Harmonies of #2C3BAA
Complementary color
Monochromatic Colors of #2C3BAA
Black with #2C3BAA
Text Example
Text Example
White with #2C3BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3BAA; }
p { color: rgb(44,59,170); }
H1.HeaderClassName
{
color: #2C3BAA;
}
.AnyTagClassName
{
color: #2C3BAA;
}
</style>
background-color css
<style>
a { background-color: #2C3BAA; }
a { background-color: rgb(44,59,170); }
div.DivClassName
{
background-color: #2C3BAA;
}
.BgClassName
{
background-color: #2C3BAA;
}
</style>
border-color css
<style>
span { border-color: #2C3BAA; }
span { border-color: rgb(44,59,170); }
td.TdClassName
{
border-color: #2C3BAA;
}
.TagClassName
{
border-color: #2C3BAA;
}
</style>