Shades of Persian Blue #2E18CB
Tints of Persian Blue #2E18CB
RGB
CMYK
RGB Variations
Color information
#2E18CB (or 0x2E18CB) is known color: Persian Blue. HEX triplet: 2E, 18 and CB. RGB value is (46,24,203). Sum of RGB (Red+Green+Blue) = 46+24+203=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E18CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E18CB is #D1E734. Grayscale: #323232. Windows color (decimal): -13756213 or 13309998. OLE color: 13309998.
HSL color Cylindrical-coordinate representation of color #2E18CB: hue angle of 247.37º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E18CB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 24 | 203 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.20 |
| HSL | 247.37º | 0.79% | 0.45% | - |
| HSV(B) | 247.37º | 0.88% | 0.8% | - |
| XYZ | 12.23 | 5.55 | 56.93 | - |
| YUV | 50.98 | 213.79 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 203 | 0.77 | 0.88 | 0 | 0.20 | 247.37 | 0.79 | 0.45 |
| Hex | 2E | 18 | CB | 4D | 58 | 0 | 14 | F7 | 4F | 2D |
| Octal | 56 | 30 | 313 | 115 | 130 | 0 | 24 | 367 | 117 | 55 |
| Binary | 101110 | 11000 | 11001011 | 1001101 | 1011000 | 0 | 10100 | 11110111 | 1001111 | 101101 |
Color Harmonies of #2E18CB
Complementary color
Monochromatic Colors of #2E18CB
Black with #2E18CB
Text Example
Text Example
White with #2E18CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E18CB; }
p { color: rgb(46,24,203); }
H1.HeaderClassName
{
color: #2E18CB;
}
.AnyTagClassName
{
color: #2E18CB;
}
</style>
background-color css
<style>
a { background-color: #2E18CB; }
a { background-color: rgb(46,24,203); }
div.DivClassName
{
background-color: #2E18CB;
}
.BgClassName
{
background-color: #2E18CB;
}
</style>
border-color css
<style>
span { border-color: #2E18CB; }
span { border-color: rgb(46,24,203); }
td.TdClassName
{
border-color: #2E18CB;
}
.TagClassName
{
border-color: #2E18CB;
}
</style>