Shades of Persian Blue #2B23C7
Tints of Persian Blue #2B23C7
RGB
CMYK
RGB Variations
Color information
#2B23C7 (or 0x2B23C7) is known color: Persian Blue. HEX triplet: 2B, 23 and C7. RGB value is (43,35,199). Sum of RGB (Red+Green+Blue) = 43+35+199=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 199 (78.12% from 255 or 71.84% from 277); Max value from RGB is 199 - color contains mainly: blue. Hex color #2B23C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23C7 is #D4DC38. Grayscale: #373737. Windows color (decimal): -13950009 or 13050667. OLE color: 13050667.
HSL color Cylindrical-coordinate representation of color #2B23C7: hue angle of 242.93º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B23C7 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 35 | 199 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.22 |
| HSL | 242.93º | 0.7% | 0.46% | - |
| HSV(B) | 242.93º | 0.82% | 0.78% | - |
| XYZ | 11.91 | 5.84 | 54.53 | - |
| YUV | 56.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 199 | 0.78 | 0.82 | 0 | 0.22 | 242.93 | 0.7 | 0.46 |
| Hex | 2B | 23 | C7 | 4E | 52 | 0 | 16 | F3 | 46 | 2E |
| Octal | 53 | 43 | 307 | 116 | 122 | 0 | 26 | 363 | 106 | 56 |
| Binary | 101011 | 100011 | 11000111 | 1001110 | 1010010 | 0 | 10110 | 11110011 | 1000110 | 101110 |
Color Harmonies of #2B23C7
Complementary color
Monochromatic Colors of #2B23C7
Black with #2B23C7
Text Example
Text Example
White with #2B23C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B23C7; }
p { color: rgb(43,35,199); }
H1.HeaderClassName
{
color: #2B23C7;
}
.AnyTagClassName
{
color: #2B23C7;
}
</style>
background-color css
<style>
a { background-color: #2B23C7; }
a { background-color: rgb(43,35,199); }
div.DivClassName
{
background-color: #2B23C7;
}
.BgClassName
{
background-color: #2B23C7;
}
</style>
border-color css
<style>
span { border-color: #2B23C7; }
span { border-color: rgb(43,35,199); }
td.TdClassName
{
border-color: #2B23C7;
}
.TagClassName
{
border-color: #2B23C7;
}
</style>