Shades of Persian Blue #2B23CC
Tints of Persian Blue #2B23CC
RGB
CMYK
RGB Variations
Color information
#2B23CC (or 0x2B23CC) is known color: Persian Blue. HEX triplet: 2B, 23 and CC. RGB value is (43,35,204). Sum of RGB (Red+Green+Blue) = 43+35+204=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B23CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23CC is #D4DC33. Grayscale: #373737. Windows color (decimal): -13950004 or 13378347. OLE color: 13378347.
HSL color Cylindrical-coordinate representation of color #2B23CC: hue angle of 242.84º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B23CC is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 35 | 204 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.2 |
| HSL | 242.84º | 0.71% | 0.47% | - |
| HSV(B) | 242.84º | 0.83% | 0.8% | - |
| XYZ | 12.5 | 6.08 | 57.64 | - |
| YUV | 56.66 | 211.15 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 204 | 0.79 | 0.83 | 0 | 0.2 | 242.84 | 0.71 | 0.47 |
| Hex | 2B | 23 | CC | 4F | 53 | 0 | 14 | F3 | 47 | 2F |
| Octal | 53 | 43 | 314 | 117 | 123 | 0 | 24 | 363 | 107 | 57 |
| Binary | 101011 | 100011 | 11001100 | 1001111 | 1010011 | 0 | 10100 | 11110011 | 1000111 | 101111 |
Color Harmonies of #2B23CC
Complementary color
Monochromatic Colors of #2B23CC
Black with #2B23CC
Text Example
Text Example
White with #2B23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B23CC; }
p { color: rgb(43,35,204); }
H1.HeaderClassName
{
color: #2B23CC;
}
.AnyTagClassName
{
color: #2B23CC;
}
</style>
background-color css
<style>
a { background-color: #2B23CC; }
a { background-color: rgb(43,35,204); }
div.DivClassName
{
background-color: #2B23CC;
}
.BgClassName
{
background-color: #2B23CC;
}
</style>
border-color css
<style>
span { border-color: #2B23CC; }
span { border-color: rgb(43,35,204); }
td.TdClassName
{
border-color: #2B23CC;
}
.TagClassName
{
border-color: #2B23CC;
}
</style>