Shades of Persian Blue #2E39DA
Tints of Persian Blue #2E39DA
RGB
CMYK
RGB Variations
Color information
#2E39DA (or 0x2E39DA) is known color: Persian Blue. HEX triplet: 2E, 39 and DA. RGB value is (46,57,218). Sum of RGB (Red+Green+Blue) = 46+57+218=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E39DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39DA is #D1C625. Grayscale: #474747. Windows color (decimal): -13747750 or 14301486. OLE color: 14301486.
HSL color Cylindrical-coordinate representation of color #2E39DA: hue angle of 236.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E39DA is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 57 | 218 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.15 |
| HSL | 236.16º | 0.7% | 0.52% | - |
| HSV(B) | 236.16º | 0.79% | 0.85% | - |
| XYZ | 15.24 | 8.57 | 67.18 | - |
| YUV | 72.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 218 | 0.79 | 0.74 | 0 | 0.15 | 236.16 | 0.7 | 0.52 |
| Hex | 2E | 39 | DA | 4F | 4A | 0 | F | EC | 46 | 34 |
| Octal | 56 | 71 | 332 | 117 | 112 | 0 | 17 | 354 | 106 | 64 |
| Binary | 101110 | 111001 | 11011010 | 1001111 | 1001010 | 0 | 1111 | 11101100 | 1000110 | 110100 |
Color Harmonies of #2E39DA
Complementary color
Monochromatic Colors of #2E39DA
Black with #2E39DA
Text Example
Text Example
White with #2E39DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E39DA; }
p { color: rgb(46,57,218); }
H1.HeaderClassName
{
color: #2E39DA;
}
.AnyTagClassName
{
color: #2E39DA;
}
</style>
background-color css
<style>
a { background-color: #2E39DA; }
a { background-color: rgb(46,57,218); }
div.DivClassName
{
background-color: #2E39DA;
}
.BgClassName
{
background-color: #2E39DA;
}
</style>
border-color css
<style>
span { border-color: #2E39DA; }
span { border-color: rgb(46,57,218); }
td.TdClassName
{
border-color: #2E39DA;
}
.TagClassName
{
border-color: #2E39DA;
}
</style>