Shades of Persian Blue #2D2EDE
Tints of Persian Blue #2D2EDE
RGB
CMYK
RGB Variations
Color information
#2D2EDE (or 0x2D2EDE) is known color: Persian Blue. HEX triplet: 2D, 2E and DE. RGB value is (45,46,222). Sum of RGB (Red+Green+Blue) = 45+46+222=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D2EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2EDE is #D2D121. Grayscale: #414141. Windows color (decimal): -13816098 or 14560813. OLE color: 14560813.
HSL color Cylindrical-coordinate representation of color #2D2EDE: hue angle of 239.66º 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 #2D2EDE is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 46 | 222 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.13 |
| HSL | 239.66º | 0.73% | 0.52% | - |
| HSV(B) | 239.66º | 0.8% | 0.87% | - |
| XYZ | 15.24 | 7.79 | 69.81 | - |
| YUV | 65.77 | 216.17 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 46 | 222 | 0.80 | 0.79 | 0 | 0.13 | 239.66 | 0.73 | 0.52 |
| Hex | 2D | 2E | DE | 50 | 4F | 0 | D | F0 | 49 | 34 |
| Octal | 55 | 56 | 336 | 120 | 117 | 0 | 15 | 360 | 111 | 64 |
| Binary | 101101 | 101110 | 11011110 | 1010000 | 1001111 | 0 | 1101 | 11110000 | 1001001 | 110100 |
Color Harmonies of #2D2EDE
Complementary color
Monochromatic Colors of #2D2EDE
Black with #2D2EDE
Text Example
Text Example
White with #2D2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2EDE; }
p { color: rgb(45,46,222); }
H1.HeaderClassName
{
color: #2D2EDE;
}
.AnyTagClassName
{
color: #2D2EDE;
}
</style>
background-color css
<style>
a { background-color: #2D2EDE; }
a { background-color: rgb(45,46,222); }
div.DivClassName
{
background-color: #2D2EDE;
}
.BgClassName
{
background-color: #2D2EDE;
}
</style>
border-color css
<style>
span { border-color: #2D2EDE; }
span { border-color: rgb(45,46,222); }
td.TdClassName
{
border-color: #2D2EDE;
}
.TagClassName
{
border-color: #2D2EDE;
}
</style>