Shades of Persian Blue #2C33AC
Tints of Persian Blue #2C33AC
RGB
CMYK
RGB Variations
Color information
#2C33AC (or 0x2C33AC) is known color: Persian Blue. HEX triplet: 2C, 33 and AC. RGB value is (44,51,172). Sum of RGB (Red+Green+Blue) = 44+51+172=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C33AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C33AC is #D3CC53. Grayscale: #3E3E3E. Windows color (decimal): -13880404 or 11285292. OLE color: 11285292.
HSL color Cylindrical-coordinate representation of color #2C33AC: hue angle of 236.72º 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 #2C33AC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 51 | 172 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.33 |
| HSL | 236.72º | 0.59% | 0.42% | - |
| HSV(B) | 236.72º | 0.74% | 0.67% | - |
| XYZ | 9.67 | 5.88 | 39.66 | - |
| YUV | 62.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 172 | 0.74 | 0.70 | 0 | 0.33 | 236.72 | 0.59 | 0.42 |
| Hex | 2C | 33 | AC | 4A | 46 | 0 | 21 | ED | 3B | 2A |
| Octal | 54 | 63 | 254 | 112 | 106 | 0 | 41 | 355 | 73 | 52 |
| Binary | 101100 | 110011 | 10101100 | 1001010 | 1000110 | 0 | 100001 | 11101101 | 111011 | 101010 |
Color Harmonies of #2C33AC
Complementary color
Monochromatic Colors of #2C33AC
Black with #2C33AC
Text Example
Text Example
White with #2C33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C33AC; }
p { color: rgb(44,51,172); }
H1.HeaderClassName
{
color: #2C33AC;
}
.AnyTagClassName
{
color: #2C33AC;
}
</style>
background-color css
<style>
a { background-color: #2C33AC; }
a { background-color: rgb(44,51,172); }
div.DivClassName
{
background-color: #2C33AC;
}
.BgClassName
{
background-color: #2C33AC;
}
</style>
border-color css
<style>
span { border-color: #2C33AC; }
span { border-color: rgb(44,51,172); }
td.TdClassName
{
border-color: #2C33AC;
}
.TagClassName
{
border-color: #2C33AC;
}
</style>