Shades of Persian Blue #2C3BDE
Tints of Persian Blue #2C3BDE
RGB
CMYK
RGB Variations
Color information
#2C3BDE (or 0x2C3BDE) is known color: Persian Blue. HEX triplet: 2C, 3B and DE. RGB value is (44,59,222). Sum of RGB (Red+Green+Blue) = 44+59+222=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C3BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3BDE is #D3C421. Grayscale: #484848. Windows color (decimal): -13878306 or 14564140. OLE color: 14564140.
HSL color Cylindrical-coordinate representation of color #2C3BDE: hue angle of 234.94º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C3BDE is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 59 | 222 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.13 |
| HSL | 234.94º | 0.73% | 0.52% | - |
| HSV(B) | 234.94º | 0.8% | 0.87% | - |
| XYZ | 15.79 | 8.94 | 70 | - |
| YUV | 73.1 | 212.03 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 222 | 0.80 | 0.73 | 0 | 0.13 | 234.94 | 0.73 | 0.52 |
| Hex | 2C | 3B | DE | 50 | 49 | 0 | D | EB | 49 | 34 |
| Octal | 54 | 73 | 336 | 120 | 111 | 0 | 15 | 353 | 111 | 64 |
| Binary | 101100 | 111011 | 11011110 | 1010000 | 1001001 | 0 | 1101 | 11101011 | 1001001 | 110100 |
Color Harmonies of #2C3BDE
Complementary color
Monochromatic Colors of #2C3BDE
Black with #2C3BDE
Text Example
Text Example
White with #2C3BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3BDE; }
p { color: rgb(44,59,222); }
H1.HeaderClassName
{
color: #2C3BDE;
}
.AnyTagClassName
{
color: #2C3BDE;
}
</style>
background-color css
<style>
a { background-color: #2C3BDE; }
a { background-color: rgb(44,59,222); }
div.DivClassName
{
background-color: #2C3BDE;
}
.BgClassName
{
background-color: #2C3BDE;
}
</style>
border-color css
<style>
span { border-color: #2C3BDE; }
span { border-color: rgb(44,59,222); }
td.TdClassName
{
border-color: #2C3BDE;
}
.TagClassName
{
border-color: #2C3BDE;
}
</style>