Shades of Persian Blue #2E2BCD
Tints of Persian Blue #2E2BCD
RGB
CMYK
RGB Variations
Color information
#2E2BCD (or 0x2E2BCD) is known color: Persian Blue. HEX triplet: 2E, 2B and CD. RGB value is (46,43,205). Sum of RGB (Red+Green+Blue) = 46+43+205=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 43 (17.19% from 255 or 14.63% 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 #2E2BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BCD is #D1D432. Grayscale: #3D3D3D. Windows color (decimal): -13751347 or 13445934. OLE color: 13445934.
HSL color Cylindrical-coordinate representation of color #2E2BCD: hue angle of 241.11º 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 #2E2BCD is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 43 | 205 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.20 |
| HSL | 241.11º | 0.65% | 0.49% | - |
| HSV(B) | 241.11º | 0.79% | 0.8% | - |
| XYZ | 13.01 | 6.72 | 58.37 | - |
| YUV | 62.37 | 208.49 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 205 | 0.78 | 0.79 | 0 | 0.20 | 241.11 | 0.65 | 0.49 |
| Hex | 2E | 2B | CD | 4E | 4F | 0 | 14 | F1 | 41 | 31 |
| Octal | 56 | 53 | 315 | 116 | 117 | 0 | 24 | 361 | 101 | 61 |
| Binary | 101110 | 101011 | 11001101 | 1001110 | 1001111 | 0 | 10100 | 11110001 | 1000001 | 110001 |
Color Harmonies of #2E2BCD
Complementary color
Monochromatic Colors of #2E2BCD
Black with #2E2BCD
Text Example
Text Example
White with #2E2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2BCD; }
p { color: rgb(46,43,205); }
H1.HeaderClassName
{
color: #2E2BCD;
}
.AnyTagClassName
{
color: #2E2BCD;
}
</style>
background-color css
<style>
a { background-color: #2E2BCD; }
a { background-color: rgb(46,43,205); }
div.DivClassName
{
background-color: #2E2BCD;
}
.BgClassName
{
background-color: #2E2BCD;
}
</style>
border-color css
<style>
span { border-color: #2E2BCD; }
span { border-color: rgb(46,43,205); }
td.TdClassName
{
border-color: #2E2BCD;
}
.TagClassName
{
border-color: #2E2BCD;
}
</style>