Shades of Persian Blue #2D2CBE
Tints of Persian Blue #2D2CBE
RGB
CMYK
RGB Variations
Color information
#2D2CBE (or 0x2D2CBE) is known color: Persian Blue. HEX triplet: 2D, 2C and BE. RGB value is (45,44,190). Sum of RGB (Red+Green+Blue) = 45+44+190=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D2CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2CBE is #D2D341. Grayscale: #3C3C3C. Windows color (decimal): -13816642 or 12463149. OLE color: 12463149.
HSL color Cylindrical-coordinate representation of color #2D2CBE: hue angle of 240.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D2CBE is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 44 | 190 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.25 |
| HSL | 240.41º | 0.62% | 0.46% | - |
| HSV(B) | 240.41º | 0.77% | 0.75% | - |
| XYZ | 11.28 | 6.08 | 49.29 | - |
| YUV | 60.94 | 200.83 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 190 | 0.76 | 0.77 | 0 | 0.25 | 240.41 | 0.62 | 0.46 |
| Hex | 2D | 2C | BE | 4C | 4D | 0 | 19 | F0 | 3E | 2E |
| Octal | 55 | 54 | 276 | 114 | 115 | 0 | 31 | 360 | 76 | 56 |
| Binary | 101101 | 101100 | 10111110 | 1001100 | 1001101 | 0 | 11001 | 11110000 | 111110 | 101110 |
Color Harmonies of #2D2CBE
Complementary color
Monochromatic Colors of #2D2CBE
Black with #2D2CBE
Text Example
Text Example
White with #2D2CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2CBE; }
p { color: rgb(45,44,190); }
H1.HeaderClassName
{
color: #2D2CBE;
}
.AnyTagClassName
{
color: #2D2CBE;
}
</style>
background-color css
<style>
a { background-color: #2D2CBE; }
a { background-color: rgb(45,44,190); }
div.DivClassName
{
background-color: #2D2CBE;
}
.BgClassName
{
background-color: #2D2CBE;
}
</style>
border-color css
<style>
span { border-color: #2D2CBE; }
span { border-color: rgb(45,44,190); }
td.TdClassName
{
border-color: #2D2CBE;
}
.TagClassName
{
border-color: #2D2CBE;
}
</style>