Shades of Persian Blue #2D23CE
Tints of Persian Blue #2D23CE
RGB
CMYK
RGB Variations
Color information
#2D23CE (or 0x2D23CE) is known color: Persian Blue. HEX triplet: 2D, 23 and CE. RGB value is (45,35,206). Sum of RGB (Red+Green+Blue) = 45+35+206=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D23CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D23CE is #D2DC31. Grayscale: #383838. Windows color (decimal): -13818930 or 13509421. OLE color: 13509421.
HSL color Cylindrical-coordinate representation of color #2D23CE: hue angle of 243.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D23CE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 35 | 206 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.19 |
| HSL | 243.51º | 0.71% | 0.47% | - |
| HSV(B) | 243.51º | 0.83% | 0.81% | - |
| XYZ | 12.82 | 6.22 | 58.92 | - |
| YUV | 57.48 | 211.81 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 206 | 0.78 | 0.83 | 0 | 0.19 | 243.51 | 0.71 | 0.47 |
| Hex | 2D | 23 | CE | 4E | 53 | 0 | 13 | F4 | 47 | 2F |
| Octal | 55 | 43 | 316 | 116 | 123 | 0 | 23 | 364 | 107 | 57 |
| Binary | 101101 | 100011 | 11001110 | 1001110 | 1010011 | 0 | 10011 | 11110100 | 1000111 | 101111 |
Color Harmonies of #2D23CE
Complementary color
Monochromatic Colors of #2D23CE
Black with #2D23CE
Text Example
Text Example
White with #2D23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D23CE; }
p { color: rgb(45,35,206); }
H1.HeaderClassName
{
color: #2D23CE;
}
.AnyTagClassName
{
color: #2D23CE;
}
</style>
background-color css
<style>
a { background-color: #2D23CE; }
a { background-color: rgb(45,35,206); }
div.DivClassName
{
background-color: #2D23CE;
}
.BgClassName
{
background-color: #2D23CE;
}
</style>
border-color css
<style>
span { border-color: #2D23CE; }
span { border-color: rgb(45,35,206); }
td.TdClassName
{
border-color: #2D23CE;
}
.TagClassName
{
border-color: #2D23CE;
}
</style>