Shades of Persian Blue #2B2CB3
Tints of Persian Blue #2B2CB3
RGB
CMYK
RGB Variations
Color information
#2B2CB3 (or 0x2B2CB3) is known color: Persian Blue. HEX triplet: 2B, 2C and B3. RGB value is (43,44,179). Sum of RGB (Red+Green+Blue) = 43+44+179=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B2CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2CB3 is #D4D34C. Grayscale: #3A3A3A. Windows color (decimal): -13947725 or 11742251. OLE color: 11742251.
HSL color Cylindrical-coordinate representation of color #2B2CB3: hue angle of 239.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2CB3 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 44 | 179 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.30 |
| HSL | 239.56º | 0.61% | 0.44% | - |
| HSV(B) | 239.56º | 0.76% | 0.7% | - |
| XYZ | 10.03 | 5.57 | 43.19 | - |
| YUV | 59.09 | 195.67 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 179 | 0.76 | 0.75 | 0 | 0.30 | 239.56 | 0.61 | 0.44 |
| Hex | 2B | 2C | B3 | 4C | 4B | 0 | 1E | F0 | 3D | 2C |
| Octal | 53 | 54 | 263 | 114 | 113 | 0 | 36 | 360 | 75 | 54 |
| Binary | 101011 | 101100 | 10110011 | 1001100 | 1001011 | 0 | 11110 | 11110000 | 111101 | 101100 |
Color Harmonies of #2B2CB3
Complementary color
Monochromatic Colors of #2B2CB3
Black with #2B2CB3
Text Example
Text Example
White with #2B2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2CB3; }
p { color: rgb(43,44,179); }
H1.HeaderClassName
{
color: #2B2CB3;
}
.AnyTagClassName
{
color: #2B2CB3;
}
</style>
background-color css
<style>
a { background-color: #2B2CB3; }
a { background-color: rgb(43,44,179); }
div.DivClassName
{
background-color: #2B2CB3;
}
.BgClassName
{
background-color: #2B2CB3;
}
</style>
border-color css
<style>
span { border-color: #2B2CB3; }
span { border-color: rgb(43,44,179); }
td.TdClassName
{
border-color: #2B2CB3;
}
.TagClassName
{
border-color: #2B2CB3;
}
</style>