Shades of Persian Blue #2B2CE5
Tints of Persian Blue #2B2CE5
RGB
CMYK
RGB Variations
Color information
#2B2CE5 (or 0x2B2CE5) is known color: Persian Blue. HEX triplet: 2B, 2C and E5. RGB value is (43,44,229). Sum of RGB (Red+Green+Blue) = 43+44+229=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 229 (89.84% from 255 or 72.47% from 316); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B2CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2CE5 is #D4D31A. Grayscale: #404040. Windows color (decimal): -13947675 or 15019051. OLE color: 15019051.
HSL color Cylindrical-coordinate representation of color #2B2CE5: hue angle of 239.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B2CE5 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 44 | 229 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.10 |
| HSL | 239.68º | 0.78% | 0.53% | - |
| HSV(B) | 239.68º | 0.81% | 0.9% | - |
| XYZ | 16.04 | 7.97 | 74.82 | - |
| YUV | 64.79 | 220.67 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 229 | 0.81 | 0.81 | 0 | 0.10 | 239.68 | 0.78 | 0.53 |
| Hex | 2B | 2C | E5 | 51 | 51 | 0 | A | F0 | 4E | 35 |
| Octal | 53 | 54 | 345 | 121 | 121 | 0 | 12 | 360 | 116 | 65 |
| Binary | 101011 | 101100 | 11100101 | 1010001 | 1010001 | 0 | 1010 | 11110000 | 1001110 | 110101 |
Color Harmonies of #2B2CE5
Complementary color
Monochromatic Colors of #2B2CE5
Black with #2B2CE5
Text Example
Text Example
White with #2B2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2CE5; }
p { color: rgb(43,44,229); }
H1.HeaderClassName
{
color: #2B2CE5;
}
.AnyTagClassName
{
color: #2B2CE5;
}
</style>
background-color css
<style>
a { background-color: #2B2CE5; }
a { background-color: rgb(43,44,229); }
div.DivClassName
{
background-color: #2B2CE5;
}
.BgClassName
{
background-color: #2B2CE5;
}
</style>
border-color css
<style>
span { border-color: #2B2CE5; }
span { border-color: rgb(43,44,229); }
td.TdClassName
{
border-color: #2B2CE5;
}
.TagClassName
{
border-color: #2B2CE5;
}
</style>