Shades of Persian Blue #2D2BCE
Tints of Persian Blue #2D2BCE
RGB
CMYK
RGB Variations
Color information
#2D2BCE (or 0x2D2BCE) is known color: Persian Blue. HEX triplet: 2D, 2B and CE. RGB value is (45,43,206). Sum of RGB (Red+Green+Blue) = 45+43+206=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D2BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2BCE is #D2D431. Grayscale: #3D3D3D. Windows color (decimal): -13816882 or 13511469. OLE color: 13511469.
HSL color Cylindrical-coordinate representation of color #2D2BCE: hue angle of 240.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D2BCE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 43 | 206 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.19 |
| HSL | 240.74º | 0.65% | 0.49% | - |
| HSV(B) | 240.74º | 0.79% | 0.81% | - |
| XYZ | 13.09 | 6.74 | 59 | - |
| YUV | 62.18 | 209.16 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 206 | 0.78 | 0.79 | 0 | 0.19 | 240.74 | 0.65 | 0.49 |
| Hex | 2D | 2B | CE | 4E | 4F | 0 | 13 | F1 | 41 | 31 |
| Octal | 55 | 53 | 316 | 116 | 117 | 0 | 23 | 361 | 101 | 61 |
| Binary | 101101 | 101011 | 11001110 | 1001110 | 1001111 | 0 | 10011 | 11110001 | 1000001 | 110001 |
Color Harmonies of #2D2BCE
Complementary color
Monochromatic Colors of #2D2BCE
Black with #2D2BCE
Text Example
Text Example
White with #2D2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2BCE; }
p { color: rgb(45,43,206); }
H1.HeaderClassName
{
color: #2D2BCE;
}
.AnyTagClassName
{
color: #2D2BCE;
}
</style>
background-color css
<style>
a { background-color: #2D2BCE; }
a { background-color: rgb(45,43,206); }
div.DivClassName
{
background-color: #2D2BCE;
}
.BgClassName
{
background-color: #2D2BCE;
}
</style>
border-color css
<style>
span { border-color: #2D2BCE; }
span { border-color: rgb(45,43,206); }
td.TdClassName
{
border-color: #2D2BCE;
}
.TagClassName
{
border-color: #2D2BCE;
}
</style>