Shades of Persian Blue #2B23DC
Tints of Persian Blue #2B23DC
RGB
CMYK
RGB Variations
Color information
#2B23DC (or 0x2B23DC) is known color: Persian Blue. HEX triplet: 2B, 23 and DC. RGB value is (43,35,220). Sum of RGB (Red+Green+Blue) = 43+35+220=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B23DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23DC is #D4DC23. Grayscale: #393939. Windows color (decimal): -13949988 or 14426923. OLE color: 14426923.
HSL color Cylindrical-coordinate representation of color #2B23DC: hue angle of 242.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B23DC is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 35 | 220 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.14 |
| HSL | 242.59º | 0.73% | 0.5% | - |
| HSV(B) | 242.59º | 0.84% | 0.86% | - |
| XYZ | 14.52 | 6.88 | 68.27 | - |
| YUV | 58.48 | 219.15 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 220 | 0.80 | 0.84 | 0 | 0.14 | 242.59 | 0.73 | 0.5 |
| Hex | 2B | 23 | DC | 50 | 54 | 0 | E | F3 | 49 | 32 |
| Octal | 53 | 43 | 334 | 120 | 124 | 0 | 16 | 363 | 111 | 62 |
| Binary | 101011 | 100011 | 11011100 | 1010000 | 1010100 | 0 | 1110 | 11110011 | 1001001 | 110010 |
Color Harmonies of #2B23DC
Complementary color
Monochromatic Colors of #2B23DC
Black with #2B23DC
Text Example
Text Example
White with #2B23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B23DC; }
p { color: rgb(43,35,220); }
H1.HeaderClassName
{
color: #2B23DC;
}
.AnyTagClassName
{
color: #2B23DC;
}
</style>
background-color css
<style>
a { background-color: #2B23DC; }
a { background-color: rgb(43,35,220); }
div.DivClassName
{
background-color: #2B23DC;
}
.BgClassName
{
background-color: #2B23DC;
}
</style>
border-color css
<style>
span { border-color: #2B23DC; }
span { border-color: rgb(43,35,220); }
td.TdClassName
{
border-color: #2B23DC;
}
.TagClassName
{
border-color: #2B23DC;
}
</style>