Shades of Persian Blue #2E36DB
Tints of Persian Blue #2E36DB
RGB
CMYK
RGB Variations
Color information
#2E36DB (or 0x2E36DB) is known color: Persian Blue. HEX triplet: 2E, 36 and DB. RGB value is (46,54,219). Sum of RGB (Red+Green+Blue) = 46+54+219=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E36DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E36DB is #D1C924. Grayscale: #454545. Windows color (decimal): -13748517 or 14366254. OLE color: 14366254.
HSL color Cylindrical-coordinate representation of color #2E36DB: hue angle of 237.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E36DB is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 54 | 219 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.14 |
| HSL | 237.23º | 0.71% | 0.52% | - |
| HSV(B) | 237.23º | 0.79% | 0.86% | - |
| XYZ | 15.23 | 8.33 | 67.82 | - |
| YUV | 70.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 219 | 0.79 | 0.75 | 0 | 0.14 | 237.23 | 0.71 | 0.52 |
| Hex | 2E | 36 | DB | 4F | 4B | 0 | E | ED | 47 | 34 |
| Octal | 56 | 66 | 333 | 117 | 113 | 0 | 16 | 355 | 107 | 64 |
| Binary | 101110 | 110110 | 11011011 | 1001111 | 1001011 | 0 | 1110 | 11101101 | 1000111 | 110100 |
Color Harmonies of #2E36DB
Complementary color
Monochromatic Colors of #2E36DB
Black with #2E36DB
Text Example
Text Example
White with #2E36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E36DB; }
p { color: rgb(46,54,219); }
H1.HeaderClassName
{
color: #2E36DB;
}
.AnyTagClassName
{
color: #2E36DB;
}
</style>
background-color css
<style>
a { background-color: #2E36DB; }
a { background-color: rgb(46,54,219); }
div.DivClassName
{
background-color: #2E36DB;
}
.BgClassName
{
background-color: #2E36DB;
}
</style>
border-color css
<style>
span { border-color: #2E36DB; }
span { border-color: rgb(46,54,219); }
td.TdClassName
{
border-color: #2E36DB;
}
.TagClassName
{
border-color: #2E36DB;
}
</style>