Shades of Persian Blue #2B2BCB
Tints of Persian Blue #2B2BCB
RGB
CMYK
RGB Variations
Color information
#2B2BCB (or 0x2B2BCB) is known color: Persian Blue. HEX triplet: 2B, 2B and CB. RGB value is (43,43,203). Sum of RGB (Red+Green+Blue) = 43+43+203=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B2BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2BCB is #D4D434. Grayscale: #3C3C3C. Windows color (decimal): -13947957 or 13314859. OLE color: 13314859.
HSL color Cylindrical-coordinate representation of color #2B2BCB: hue angle of 240º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B2BCB is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 43 | 203 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.20 |
| HSL | 240º | 0.65% | 0.48% | - |
| HSV(B) | 240º | 0.79% | 0.8% | - |
| XYZ | 12.64 | 6.55 | 57.1 | - |
| YUV | 61.24 | 208 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 203 | 0.79 | 0.79 | 0 | 0.20 | 240 | 0.65 | 0.48 |
| Hex | 2B | 2B | CB | 4F | 4F | 0 | 14 | F0 | 41 | 30 |
| Octal | 53 | 53 | 313 | 117 | 117 | 0 | 24 | 360 | 101 | 60 |
| Binary | 101011 | 101011 | 11001011 | 1001111 | 1001111 | 0 | 10100 | 11110000 | 1000001 | 110000 |
Color Harmonies of #2B2BCB
Complementary color
Monochromatic Colors of #2B2BCB
Black with #2B2BCB
Text Example
Text Example
White with #2B2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2BCB; }
p { color: rgb(43,43,203); }
H1.HeaderClassName
{
color: #2B2BCB;
}
.AnyTagClassName
{
color: #2B2BCB;
}
</style>
background-color css
<style>
a { background-color: #2B2BCB; }
a { background-color: rgb(43,43,203); }
div.DivClassName
{
background-color: #2B2BCB;
}
.BgClassName
{
background-color: #2B2BCB;
}
</style>
border-color css
<style>
span { border-color: #2B2BCB; }
span { border-color: rgb(43,43,203); }
td.TdClassName
{
border-color: #2B2BCB;
}
.TagClassName
{
border-color: #2B2BCB;
}
</style>