Shades of Persian Blue #2E37DD
Tints of Persian Blue #2E37DD
RGB
CMYK
RGB Variations
Color information
#2E37DD (or 0x2E37DD) is known color: Persian Blue. HEX triplet: 2E, 37 and DD. RGB value is (46,55,221). Sum of RGB (Red+Green+Blue) = 46+55+221=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E37DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E37DD is #D1C822. Grayscale: #464646. Windows color (decimal): -13748259 or 14497582. OLE color: 14497582.
HSL color Cylindrical-coordinate representation of color #2E37DD: hue angle of 236.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E37DD is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 55 | 221 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.13 |
| HSL | 236.91º | 0.72% | 0.52% | - |
| HSV(B) | 236.91º | 0.79% | 0.87% | - |
| XYZ | 15.54 | 8.53 | 69.23 | - |
| YUV | 71.23 | 212.52 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 221 | 0.79 | 0.75 | 0 | 0.13 | 236.91 | 0.72 | 0.52 |
| Hex | 2E | 37 | DD | 4F | 4B | 0 | D | ED | 48 | 34 |
| Octal | 56 | 67 | 335 | 117 | 113 | 0 | 15 | 355 | 110 | 64 |
| Binary | 101110 | 110111 | 11011101 | 1001111 | 1001011 | 0 | 1101 | 11101101 | 1001000 | 110100 |
Color Harmonies of #2E37DD
Complementary color
Monochromatic Colors of #2E37DD
Black with #2E37DD
Text Example
Text Example
White with #2E37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E37DD; }
p { color: rgb(46,55,221); }
H1.HeaderClassName
{
color: #2E37DD;
}
.AnyTagClassName
{
color: #2E37DD;
}
</style>
background-color css
<style>
a { background-color: #2E37DD; }
a { background-color: rgb(46,55,221); }
div.DivClassName
{
background-color: #2E37DD;
}
.BgClassName
{
background-color: #2E37DD;
}
</style>
border-color css
<style>
span { border-color: #2E37DD; }
span { border-color: rgb(46,55,221); }
td.TdClassName
{
border-color: #2E37DD;
}
.TagClassName
{
border-color: #2E37DD;
}
</style>