Shades of Persian Blue #2B2EC2
Tints of Persian Blue #2B2EC2
RGB
CMYK
RGB Variations
Color information
#2B2EC2 (or 0x2B2EC2) is known color: Persian Blue. HEX triplet: 2B, 2E and C2. RGB value is (43,46,194). Sum of RGB (Red+Green+Blue) = 43+46+194=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 194 (76.17% from 255 or 68.55% from 283); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B2EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2EC2 is #D4D13D. Grayscale: #3D3D3D. Windows color (decimal): -13947198 or 12725803. OLE color: 12725803.
HSL color Cylindrical-coordinate representation of color #2B2EC2: hue angle of 238.81º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B2EC2 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 46 | 194 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.24 |
| HSL | 238.81º | 0.64% | 0.46% | - |
| HSV(B) | 238.81º | 0.78% | 0.76% | - |
| XYZ | 11.71 | 6.36 | 51.65 | - |
| YUV | 61.98 | 202.51 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 194 | 0.78 | 0.76 | 0 | 0.24 | 238.81 | 0.64 | 0.46 |
| Hex | 2B | 2E | C2 | 4E | 4C | 0 | 18 | EF | 40 | 2E |
| Octal | 53 | 56 | 302 | 116 | 114 | 0 | 30 | 357 | 100 | 56 |
| Binary | 101011 | 101110 | 11000010 | 1001110 | 1001100 | 0 | 11000 | 11101111 | 1000000 | 101110 |
Color Harmonies of #2B2EC2
Complementary color
Monochromatic Colors of #2B2EC2
Black with #2B2EC2
Text Example
Text Example
White with #2B2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EC2; }
p { color: rgb(43,46,194); }
H1.HeaderClassName
{
color: #2B2EC2;
}
.AnyTagClassName
{
color: #2B2EC2;
}
</style>
background-color css
<style>
a { background-color: #2B2EC2; }
a { background-color: rgb(43,46,194); }
div.DivClassName
{
background-color: #2B2EC2;
}
.BgClassName
{
background-color: #2B2EC2;
}
</style>
border-color css
<style>
span { border-color: #2B2EC2; }
span { border-color: rgb(43,46,194); }
td.TdClassName
{
border-color: #2B2EC2;
}
.TagClassName
{
border-color: #2B2EC2;
}
</style>