Shades of Persian Blue #2C2ED3
Tints of Persian Blue #2C2ED3
RGB
CMYK
RGB Variations
Color information
#2C2ED3 (or 0x2C2ED3) is known color: Persian Blue. HEX triplet: 2C, 2E and D3. RGB value is (44,46,211). Sum of RGB (Red+Green+Blue) = 44+46+211=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 211 (82.81% from 255 or 70.10% from 301); Max value from RGB is 211 - color contains mainly: blue. Hex color #2C2ED3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C2ED3 is #D3D12C. Grayscale: #3F3F3F. Windows color (decimal): -13881645 or 13839916. OLE color: 13839916.
HSL color Cylindrical-coordinate representation of color #2C2ED3: hue angle of 239.28º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C2ED3 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 46 | 211 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.17 |
| HSL | 239.28º | 0.65% | 0.5% | - |
| HSV(B) | 239.28º | 0.79% | 0.83% | - |
| XYZ | 13.77 | 7.19 | 62.29 | - |
| YUV | 64.21 | 210.84 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 46 | 211 | 0.79 | 0.78 | 0 | 0.17 | 239.28 | 0.65 | 0.5 |
| Hex | 2C | 2E | D3 | 4F | 4E | 0 | 11 | EF | 41 | 32 |
| Octal | 54 | 56 | 323 | 117 | 116 | 0 | 21 | 357 | 101 | 62 |
| Binary | 101100 | 101110 | 11010011 | 1001111 | 1001110 | 0 | 10001 | 11101111 | 1000001 | 110010 |
Color Harmonies of #2C2ED3
Complementary color
Monochromatic Colors of #2C2ED3
Black with #2C2ED3
Text Example
Text Example
White with #2C2ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2ED3; }
p { color: rgb(44,46,211); }
H1.HeaderClassName
{
color: #2C2ED3;
}
.AnyTagClassName
{
color: #2C2ED3;
}
</style>
background-color css
<style>
a { background-color: #2C2ED3; }
a { background-color: rgb(44,46,211); }
div.DivClassName
{
background-color: #2C2ED3;
}
.BgClassName
{
background-color: #2C2ED3;
}
</style>
border-color css
<style>
span { border-color: #2C2ED3; }
span { border-color: rgb(44,46,211); }
td.TdClassName
{
border-color: #2C2ED3;
}
.TagClassName
{
border-color: #2C2ED3;
}
</style>