Shades of Persian Blue #2B23CF
Tints of Persian Blue #2B23CF
RGB
CMYK
RGB Variations
Color information
#2B23CF (or 0x2B23CF) is known color: Persian Blue. HEX triplet: 2B, 23 and CF. RGB value is (43,35,207). Sum of RGB (Red+Green+Blue) = 43+35+207=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B23CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23CF is #D4DC30. Grayscale: #383838. Windows color (decimal): -13950001 or 13574955. OLE color: 13574955.
HSL color Cylindrical-coordinate representation of color #2B23CF: hue angle of 242.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B23CF is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 35 | 207 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.19 |
| HSL | 242.79º | 0.71% | 0.47% | - |
| HSV(B) | 242.79º | 0.83% | 0.81% | - |
| XYZ | 12.86 | 6.22 | 59.55 | - |
| YUV | 57 | 212.65 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 207 | 0.79 | 0.83 | 0 | 0.19 | 242.79 | 0.71 | 0.47 |
| Hex | 2B | 23 | CF | 4F | 53 | 0 | 13 | F3 | 47 | 2F |
| Octal | 53 | 43 | 317 | 117 | 123 | 0 | 23 | 363 | 107 | 57 |
| Binary | 101011 | 100011 | 11001111 | 1001111 | 1010011 | 0 | 10011 | 11110011 | 1000111 | 101111 |
Color Harmonies of #2B23CF
Complementary color
Monochromatic Colors of #2B23CF
Black with #2B23CF
Text Example
Text Example
White with #2B23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B23CF; }
p { color: rgb(43,35,207); }
H1.HeaderClassName
{
color: #2B23CF;
}
.AnyTagClassName
{
color: #2B23CF;
}
</style>
background-color css
<style>
a { background-color: #2B23CF; }
a { background-color: rgb(43,35,207); }
div.DivClassName
{
background-color: #2B23CF;
}
.BgClassName
{
background-color: #2B23CF;
}
</style>
border-color css
<style>
span { border-color: #2B23CF; }
span { border-color: rgb(43,35,207); }
td.TdClassName
{
border-color: #2B23CF;
}
.TagClassName
{
border-color: #2B23CF;
}
</style>