Shades of Persian Blue #2D2ECB
Tints of Persian Blue #2D2ECB
RGB
CMYK
RGB Variations
Color information
#2D2ECB (or 0x2D2ECB) is known color: Persian Blue. HEX triplet: 2D, 2E and CB. RGB value is (45,46,203). Sum of RGB (Red+Green+Blue) = 45+46+203=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D2ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2ECB is #D2D134. Grayscale: #3E3E3E. Windows color (decimal): -13816117 or 13315629. OLE color: 13315629.
HSL color Cylindrical-coordinate representation of color #2D2ECB: hue angle of 239.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D2ECB is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 46 | 203 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.20 |
| HSL | 239.62º | 0.64% | 0.49% | - |
| HSV(B) | 239.62º | 0.78% | 0.8% | - |
| XYZ | 12.84 | 6.82 | 57.14 | - |
| YUV | 63.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 46 | 203 | 0.78 | 0.77 | 0 | 0.20 | 239.62 | 0.64 | 0.49 |
| Hex | 2D | 2E | CB | 4E | 4D | 0 | 14 | F0 | 40 | 31 |
| Octal | 55 | 56 | 313 | 116 | 115 | 0 | 24 | 360 | 100 | 61 |
| Binary | 101101 | 101110 | 11001011 | 1001110 | 1001101 | 0 | 10100 | 11110000 | 1000000 | 110001 |
Color Harmonies of #2D2ECB
Complementary color
Monochromatic Colors of #2D2ECB
Black with #2D2ECB
Text Example
Text Example
White with #2D2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2ECB; }
p { color: rgb(45,46,203); }
H1.HeaderClassName
{
color: #2D2ECB;
}
.AnyTagClassName
{
color: #2D2ECB;
}
</style>
background-color css
<style>
a { background-color: #2D2ECB; }
a { background-color: rgb(45,46,203); }
div.DivClassName
{
background-color: #2D2ECB;
}
.BgClassName
{
background-color: #2D2ECB;
}
</style>
border-color css
<style>
span { border-color: #2D2ECB; }
span { border-color: rgb(45,46,203); }
td.TdClassName
{
border-color: #2D2ECB;
}
.TagClassName
{
border-color: #2D2ECB;
}
</style>