Shades of Persian Blue #2D23BD
Tints of Persian Blue #2D23BD
RGB
CMYK
RGB Variations
Color information
#2D23BD (or 0x2D23BD) is known color: Persian Blue. HEX triplet: 2D, 23 and BD. RGB value is (45,35,189). Sum of RGB (Red+Green+Blue) = 45+35+189=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D23BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D23BD is #D2DC42. Grayscale: #363636. Windows color (decimal): -13818947 or 12395309. OLE color: 12395309.
HSL color Cylindrical-coordinate representation of color #2D23BD: hue angle of 243.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D23BD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 35 | 189 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.26 |
| HSL | 243.9º | 0.69% | 0.44% | - |
| HSV(B) | 243.9º | 0.81% | 0.74% | - |
| XYZ | 10.87 | 5.43 | 48.62 | - |
| YUV | 55.55 | 203.31 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 189 | 0.76 | 0.81 | 0 | 0.26 | 243.9 | 0.69 | 0.44 |
| Hex | 2D | 23 | BD | 4C | 51 | 0 | 1A | F4 | 45 | 2C |
| Octal | 55 | 43 | 275 | 114 | 121 | 0 | 32 | 364 | 105 | 54 |
| Binary | 101101 | 100011 | 10111101 | 1001100 | 1010001 | 0 | 11010 | 11110100 | 1000101 | 101100 |
Color Harmonies of #2D23BD
Complementary color
Monochromatic Colors of #2D23BD
Black with #2D23BD
Text Example
Text Example
White with #2D23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D23BD; }
p { color: rgb(45,35,189); }
H1.HeaderClassName
{
color: #2D23BD;
}
.AnyTagClassName
{
color: #2D23BD;
}
</style>
background-color css
<style>
a { background-color: #2D23BD; }
a { background-color: rgb(45,35,189); }
div.DivClassName
{
background-color: #2D23BD;
}
.BgClassName
{
background-color: #2D23BD;
}
</style>
border-color css
<style>
span { border-color: #2D23BD; }
span { border-color: rgb(45,35,189); }
td.TdClassName
{
border-color: #2D23BD;
}
.TagClassName
{
border-color: #2D23BD;
}
</style>