Shades of Persian Blue #2D23BB
Tints of Persian Blue #2D23BB
RGB
CMYK
RGB Variations
Color information
#2D23BB (or 0x2D23BB) is known color: Persian Blue. HEX triplet: 2D, 23 and BB. RGB value is (45,35,187). Sum of RGB (Red+Green+Blue) = 45+35+187=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D23BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D23BB is #D2DC44. Grayscale: #363636. Windows color (decimal): -13818949 or 12264237. OLE color: 12264237.
HSL color Cylindrical-coordinate representation of color #2D23BB: hue angle of 243.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D23BB is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 35 | 187 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.27 |
| HSL | 243.95º | 0.68% | 0.44% | - |
| HSV(B) | 243.95º | 0.81% | 0.73% | - |
| XYZ | 10.65 | 5.35 | 47.48 | - |
| YUV | 55.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 187 | 0.76 | 0.81 | 0 | 0.27 | 243.95 | 0.68 | 0.44 |
| Hex | 2D | 23 | BB | 4C | 51 | 0 | 1B | F4 | 44 | 2C |
| Octal | 55 | 43 | 273 | 114 | 121 | 0 | 33 | 364 | 104 | 54 |
| Binary | 101101 | 100011 | 10111011 | 1001100 | 1010001 | 0 | 11011 | 11110100 | 1000100 | 101100 |
Color Harmonies of #2D23BB
Complementary color
Monochromatic Colors of #2D23BB
Black with #2D23BB
Text Example
Text Example
White with #2D23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D23BB; }
p { color: rgb(45,35,187); }
H1.HeaderClassName
{
color: #2D23BB;
}
.AnyTagClassName
{
color: #2D23BB;
}
</style>
background-color css
<style>
a { background-color: #2D23BB; }
a { background-color: rgb(45,35,187); }
div.DivClassName
{
background-color: #2D23BB;
}
.BgClassName
{
background-color: #2D23BB;
}
</style>
border-color css
<style>
span { border-color: #2D23BB; }
span { border-color: rgb(45,35,187); }
td.TdClassName
{
border-color: #2D23BB;
}
.TagClassName
{
border-color: #2D23BB;
}
</style>