Shades of Persian Blue #2C26AC
Tints of Persian Blue #2C26AC
RGB
CMYK
RGB Variations
Color information
#2C26AC (or 0x2C26AC) is known color: Persian Blue. HEX triplet: 2C, 26 and AC. RGB value is (44,38,172). Sum of RGB (Red+Green+Blue) = 44+38+172=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C26AC is #D3D953. Grayscale: #363636. Windows color (decimal): -13883732 or 11281964. OLE color: 11281964.
HSL color Cylindrical-coordinate representation of color #2C26AC: hue angle of 242.69º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C26AC is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 38 | 172 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.33 |
| HSL | 242.69º | 0.64% | 0.41% | - |
| HSV(B) | 242.69º | 0.78% | 0.67% | - |
| XYZ | 9.18 | 4.9 | 39.49 | - |
| YUV | 55.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 172 | 0.74 | 0.78 | 0 | 0.33 | 242.69 | 0.64 | 0.41 |
| Hex | 2C | 26 | AC | 4A | 4E | 0 | 21 | F3 | 40 | 29 |
| Octal | 54 | 46 | 254 | 112 | 116 | 0 | 41 | 363 | 100 | 51 |
| Binary | 101100 | 100110 | 10101100 | 1001010 | 1001110 | 0 | 100001 | 11110011 | 1000000 | 101001 |
Color Harmonies of #2C26AC
Complementary color
Monochromatic Colors of #2C26AC
Black with #2C26AC
Text Example
Text Example
White with #2C26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C26AC; }
p { color: rgb(44,38,172); }
H1.HeaderClassName
{
color: #2C26AC;
}
.AnyTagClassName
{
color: #2C26AC;
}
</style>
background-color css
<style>
a { background-color: #2C26AC; }
a { background-color: rgb(44,38,172); }
div.DivClassName
{
background-color: #2C26AC;
}
.BgClassName
{
background-color: #2C26AC;
}
</style>
border-color css
<style>
span { border-color: #2C26AC; }
span { border-color: rgb(44,38,172); }
td.TdClassName
{
border-color: #2C26AC;
}
.TagClassName
{
border-color: #2C26AC;
}
</style>