Shades of Persian Blue #2E24BC
Tints of Persian Blue #2E24BC
RGB
CMYK
RGB Variations
Color information
#2E24BC (or 0x2E24BC) is known color: Persian Blue. HEX triplet: 2E, 24 and BC. RGB value is (46,36,188). Sum of RGB (Red+Green+Blue) = 46+36+188=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E24BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24BC is #D1DB43. Grayscale: #373737. Windows color (decimal): -13753156 or 12330030. OLE color: 12330030.
HSL color Cylindrical-coordinate representation of color #2E24BC: hue angle of 243.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E24BC is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 36 | 188 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.26 |
| HSL | 243.95º | 0.68% | 0.44% | - |
| HSV(B) | 243.95º | 0.81% | 0.74% | - |
| XYZ | 10.83 | 5.47 | 48.06 | - |
| YUV | 56.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 188 | 0.76 | 0.81 | 0 | 0.26 | 243.95 | 0.68 | 0.44 |
| Hex | 2E | 24 | BC | 4C | 51 | 0 | 1A | F4 | 44 | 2C |
| Octal | 56 | 44 | 274 | 114 | 121 | 0 | 32 | 364 | 104 | 54 |
| Binary | 101110 | 100100 | 10111100 | 1001100 | 1010001 | 0 | 11010 | 11110100 | 1000100 | 101100 |
Color Harmonies of #2E24BC
Complementary color
Monochromatic Colors of #2E24BC
Black with #2E24BC
Text Example
Text Example
White with #2E24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E24BC; }
p { color: rgb(46,36,188); }
H1.HeaderClassName
{
color: #2E24BC;
}
.AnyTagClassName
{
color: #2E24BC;
}
</style>
background-color css
<style>
a { background-color: #2E24BC; }
a { background-color: rgb(46,36,188); }
div.DivClassName
{
background-color: #2E24BC;
}
.BgClassName
{
background-color: #2E24BC;
}
</style>
border-color css
<style>
span { border-color: #2E24BC; }
span { border-color: rgb(46,36,188); }
td.TdClassName
{
border-color: #2E24BC;
}
.TagClassName
{
border-color: #2E24BC;
}
</style>