Shades of Persian Blue #2E18D0
Tints of Persian Blue #2E18D0
RGB
CMYK
RGB Variations
Color information
#2E18D0 (or 0x2E18D0) is known color: Persian Blue. HEX triplet: 2E, 18 and D0. RGB value is (46,24,208). Sum of RGB (Red+Green+Blue) = 46+24+208=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 208 (81.64% from 255 or 74.82% from 278); Max value from RGB is 208 - color contains mainly: blue. Hex color #2E18D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E18D0 is #D1E72F. Grayscale: #323232. Windows color (decimal): -13756208 or 13637678. OLE color: 13637678.
HSL color Cylindrical-coordinate representation of color #2E18D0: hue angle of 247.17º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E18D0 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 24 | 208 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.18 |
| HSL | 247.17º | 0.79% | 0.45% | - |
| HSV(B) | 247.17º | 0.88% | 0.82% | - |
| XYZ | 12.84 | 5.79 | 60.12 | - |
| YUV | 51.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 208 | 0.78 | 0.88 | 0 | 0.18 | 247.17 | 0.79 | 0.45 |
| Hex | 2E | 18 | D0 | 4E | 58 | 0 | 12 | F7 | 4F | 2D |
| Octal | 56 | 30 | 320 | 116 | 130 | 0 | 22 | 367 | 117 | 55 |
| Binary | 101110 | 11000 | 11010000 | 1001110 | 1011000 | 0 | 10010 | 11110111 | 1001111 | 101101 |
Color Harmonies of #2E18D0
Complementary color
Monochromatic Colors of #2E18D0
Black with #2E18D0
Text Example
Text Example
White with #2E18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E18D0; }
p { color: rgb(46,24,208); }
H1.HeaderClassName
{
color: #2E18D0;
}
.AnyTagClassName
{
color: #2E18D0;
}
</style>
background-color css
<style>
a { background-color: #2E18D0; }
a { background-color: rgb(46,24,208); }
div.DivClassName
{
background-color: #2E18D0;
}
.BgClassName
{
background-color: #2E18D0;
}
</style>
border-color css
<style>
span { border-color: #2E18D0; }
span { border-color: rgb(46,24,208); }
td.TdClassName
{
border-color: #2E18D0;
}
.TagClassName
{
border-color: #2E18D0;
}
</style>