Shades of Persian Blue #2B2EBE
Tints of Persian Blue #2B2EBE
RGB
CMYK
RGB Variations
Color information
#2B2EBE (or 0x2B2EBE) is known color: Persian Blue. HEX triplet: 2B, 2E and BE. RGB value is (43,46,190). Sum of RGB (Red+Green+Blue) = 43+46+190=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B2EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2EBE is #D4D141. Grayscale: #3C3C3C. Windows color (decimal): -13947202 or 12463659. OLE color: 12463659.
HSL color Cylindrical-coordinate representation of color #2B2EBE: hue angle of 238.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B2EBE is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 46 | 190 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.25 |
| HSL | 238.78º | 0.63% | 0.46% | - |
| HSV(B) | 238.78º | 0.77% | 0.75% | - |
| XYZ | 11.27 | 6.19 | 49.32 | - |
| YUV | 61.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 190 | 0.77 | 0.76 | 0 | 0.25 | 238.78 | 0.63 | 0.46 |
| Hex | 2B | 2E | BE | 4D | 4C | 0 | 19 | EF | 3F | 2E |
| Octal | 53 | 56 | 276 | 115 | 114 | 0 | 31 | 357 | 77 | 56 |
| Binary | 101011 | 101110 | 10111110 | 1001101 | 1001100 | 0 | 11001 | 11101111 | 111111 | 101110 |
Color Harmonies of #2B2EBE
Complementary color
Monochromatic Colors of #2B2EBE
Black with #2B2EBE
Text Example
Text Example
White with #2B2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EBE; }
p { color: rgb(43,46,190); }
H1.HeaderClassName
{
color: #2B2EBE;
}
.AnyTagClassName
{
color: #2B2EBE;
}
</style>
background-color css
<style>
a { background-color: #2B2EBE; }
a { background-color: rgb(43,46,190); }
div.DivClassName
{
background-color: #2B2EBE;
}
.BgClassName
{
background-color: #2B2EBE;
}
</style>
border-color css
<style>
span { border-color: #2B2EBE; }
span { border-color: rgb(43,46,190); }
td.TdClassName
{
border-color: #2B2EBE;
}
.TagClassName
{
border-color: #2B2EBE;
}
</style>