Shades of Persian Blue #2C3BAB
Tints of Persian Blue #2C3BAB
RGB
CMYK
RGB Variations
Color information
#2C3BAB (or 0x2C3BAB) is known color: Persian Blue. HEX triplet: 2C, 3B and AB. RGB value is (44,59,171). Sum of RGB (Red+Green+Blue) = 44+59+171=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3BAB is #D3C454. Grayscale: #424242. Windows color (decimal): -13878357 or 11221804. OLE color: 11221804.
HSL color Cylindrical-coordinate representation of color #2C3BAB: hue angle of 232.91º 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 #2C3BAB is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 59 | 171 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.33 |
| HSL | 232.91º | 0.59% | 0.42% | - |
| HSV(B) | 232.91º | 0.74% | 0.67% | - |
| XYZ | 9.95 | 6.6 | 39.28 | - |
| YUV | 67.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 171 | 0.74 | 0.65 | 0 | 0.33 | 232.91 | 0.59 | 0.42 |
| Hex | 2C | 3B | AB | 4A | 41 | 0 | 21 | E9 | 3B | 2A |
| Octal | 54 | 73 | 253 | 112 | 101 | 0 | 41 | 351 | 73 | 52 |
| Binary | 101100 | 111011 | 10101011 | 1001010 | 1000001 | 0 | 100001 | 11101001 | 111011 | 101010 |
Color Harmonies of #2C3BAB
Complementary color
Monochromatic Colors of #2C3BAB
Black with #2C3BAB
Text Example
Text Example
White with #2C3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3BAB; }
p { color: rgb(44,59,171); }
H1.HeaderClassName
{
color: #2C3BAB;
}
.AnyTagClassName
{
color: #2C3BAB;
}
</style>
background-color css
<style>
a { background-color: #2C3BAB; }
a { background-color: rgb(44,59,171); }
div.DivClassName
{
background-color: #2C3BAB;
}
.BgClassName
{
background-color: #2C3BAB;
}
</style>
border-color css
<style>
span { border-color: #2C3BAB; }
span { border-color: rgb(44,59,171); }
td.TdClassName
{
border-color: #2C3BAB;
}
.TagClassName
{
border-color: #2C3BAB;
}
</style>