Shades of Persian Blue #2D23AE
Tints of Persian Blue #2D23AE
RGB
CMYK
RGB Variations
Color information
#2D23AE (or 0x2D23AE) is known color: Persian Blue. HEX triplet: 2D, 23 and AE. RGB value is (45,35,174). Sum of RGB (Red+Green+Blue) = 45+35+174=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D23AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D23AE is #D2DC51. Grayscale: #353535. Windows color (decimal): -13818962 or 11412269. OLE color: 11412269.
HSL color Cylindrical-coordinate representation of color #2D23AE: hue angle of 244.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D23AE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 35 | 174 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.32 |
| HSL | 244.32º | 0.67% | 0.41% | - |
| HSV(B) | 244.32º | 0.8% | 0.68% | - |
| XYZ | 9.32 | 4.82 | 40.48 | - |
| YUV | 53.84 | 195.81 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 174 | 0.74 | 0.80 | 0 | 0.32 | 244.32 | 0.67 | 0.41 |
| Hex | 2D | 23 | AE | 4A | 50 | 0 | 20 | F4 | 43 | 29 |
| Octal | 55 | 43 | 256 | 112 | 120 | 0 | 40 | 364 | 103 | 51 |
| Binary | 101101 | 100011 | 10101110 | 1001010 | 1010000 | 0 | 100000 | 11110100 | 1000011 | 101001 |
Color Harmonies of #2D23AE
Complementary color
Monochromatic Colors of #2D23AE
Black with #2D23AE
Text Example
Text Example
White with #2D23AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D23AE; }
p { color: rgb(45,35,174); }
H1.HeaderClassName
{
color: #2D23AE;
}
.AnyTagClassName
{
color: #2D23AE;
}
</style>
background-color css
<style>
a { background-color: #2D23AE; }
a { background-color: rgb(45,35,174); }
div.DivClassName
{
background-color: #2D23AE;
}
.BgClassName
{
background-color: #2D23AE;
}
</style>
border-color css
<style>
span { border-color: #2D23AE; }
span { border-color: rgb(45,35,174); }
td.TdClassName
{
border-color: #2D23AE;
}
.TagClassName
{
border-color: #2D23AE;
}
</style>