Shades of Persian Blue #2D2CCD
Tints of Persian Blue #2D2CCD
RGB
CMYK
RGB Variations
Color information
#2D2CCD (or 0x2D2CCD) is known color: Persian Blue. HEX triplet: 2D, 2C and CD. RGB value is (45,44,205). Sum of RGB (Red+Green+Blue) = 45+44+205=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D2CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2CCD is #D2D332. Grayscale: #3E3E3E. Windows color (decimal): -13816627 or 13446189. OLE color: 13446189.
HSL color Cylindrical-coordinate representation of color #2D2CCD: hue angle of 240.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D2CCD is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 44 | 205 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.20 |
| HSL | 240.37º | 0.65% | 0.49% | - |
| HSV(B) | 240.37º | 0.79% | 0.8% | - |
| XYZ | 13 | 6.77 | 58.38 | - |
| YUV | 62.65 | 208.33 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 205 | 0.78 | 0.79 | 0 | 0.20 | 240.37 | 0.65 | 0.49 |
| Hex | 2D | 2C | CD | 4E | 4F | 0 | 14 | F0 | 41 | 31 |
| Octal | 55 | 54 | 315 | 116 | 117 | 0 | 24 | 360 | 101 | 61 |
| Binary | 101101 | 101100 | 11001101 | 1001110 | 1001111 | 0 | 10100 | 11110000 | 1000001 | 110001 |
Color Harmonies of #2D2CCD
Complementary color
Monochromatic Colors of #2D2CCD
Black with #2D2CCD
Text Example
Text Example
White with #2D2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2CCD; }
p { color: rgb(45,44,205); }
H1.HeaderClassName
{
color: #2D2CCD;
}
.AnyTagClassName
{
color: #2D2CCD;
}
</style>
background-color css
<style>
a { background-color: #2D2CCD; }
a { background-color: rgb(45,44,205); }
div.DivClassName
{
background-color: #2D2CCD;
}
.BgClassName
{
background-color: #2D2CCD;
}
</style>
border-color css
<style>
span { border-color: #2D2CCD; }
span { border-color: rgb(45,44,205); }
td.TdClassName
{
border-color: #2D2CCD;
}
.TagClassName
{
border-color: #2D2CCD;
}
</style>