Shades of Persian Blue #2D2CDA
Tints of Persian Blue #2D2CDA
RGB
CMYK
RGB Variations
Color information
#2D2CDA (or 0x2D2CDA) is known color: Persian Blue. HEX triplet: 2D, 2C and DA. RGB value is (45,44,218). Sum of RGB (Red+Green+Blue) = 45+44+218=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D2CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2CDA is #D2D325. Grayscale: #3F3F3F. Windows color (decimal): -13816614 or 14298157. OLE color: 14298157.
HSL color Cylindrical-coordinate representation of color #2D2CDA: hue angle of 240.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D2CDA is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 44 | 218 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.15 |
| HSL | 240.34º | 0.7% | 0.51% | - |
| HSV(B) | 240.34º | 0.8% | 0.85% | - |
| XYZ | 14.64 | 7.42 | 66.99 | - |
| YUV | 64.14 | 214.83 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 218 | 0.79 | 0.80 | 0 | 0.15 | 240.34 | 0.7 | 0.51 |
| Hex | 2D | 2C | DA | 4F | 50 | 0 | F | F0 | 46 | 33 |
| Octal | 55 | 54 | 332 | 117 | 120 | 0 | 17 | 360 | 106 | 63 |
| Binary | 101101 | 101100 | 11011010 | 1001111 | 1010000 | 0 | 1111 | 11110000 | 1000110 | 110011 |
Color Harmonies of #2D2CDA
Complementary color
Monochromatic Colors of #2D2CDA
Black with #2D2CDA
Text Example
Text Example
White with #2D2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2CDA; }
p { color: rgb(45,44,218); }
H1.HeaderClassName
{
color: #2D2CDA;
}
.AnyTagClassName
{
color: #2D2CDA;
}
</style>
background-color css
<style>
a { background-color: #2D2CDA; }
a { background-color: rgb(45,44,218); }
div.DivClassName
{
background-color: #2D2CDA;
}
.BgClassName
{
background-color: #2D2CDA;
}
</style>
border-color css
<style>
span { border-color: #2D2CDA; }
span { border-color: rgb(45,44,218); }
td.TdClassName
{
border-color: #2D2CDA;
}
.TagClassName
{
border-color: #2D2CDA;
}
</style>