Shades of Persian Blue #2E3DA6
Tints of Persian Blue #2E3DA6
RGB
CMYK
RGB Variations
Color information
#2E3DA6 (or 0x2E3DA6) is known color: Persian Blue. HEX triplet: 2E, 3D and A6. RGB value is (46,61,166). Sum of RGB (Red+Green+Blue) = 46+61+166=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #2E3DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3DA6 is #D1C259. Grayscale: #444444. Windows color (decimal): -13746778 or 10894638. OLE color: 10894638.
HSL color Cylindrical-coordinate representation of color #2E3DA6: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E3DA6 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 61 | 166 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.35 |
| HSL | 232.5º | 0.57% | 0.42% | - |
| HSV(B) | 232.5º | 0.72% | 0.65% | - |
| XYZ | 9.68 | 6.67 | 36.85 | - |
| YUV | 68.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 166 | 0.72 | 0.63 | 0 | 0.35 | 232.5 | 0.57 | 0.42 |
| Hex | 2E | 3D | A6 | 48 | 3F | 0 | 23 | E8 | 39 | 2A |
| Octal | 56 | 75 | 246 | 110 | 77 | 0 | 43 | 350 | 71 | 52 |
| Binary | 101110 | 111101 | 10100110 | 1001000 | 111111 | 0 | 100011 | 11101000 | 111001 | 101010 |
Color Harmonies of #2E3DA6
Complementary color
Monochromatic Colors of #2E3DA6
Black with #2E3DA6
Text Example
Text Example
White with #2E3DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DA6; }
p { color: rgb(46,61,166); }
H1.HeaderClassName
{
color: #2E3DA6;
}
.AnyTagClassName
{
color: #2E3DA6;
}
</style>
background-color css
<style>
a { background-color: #2E3DA6; }
a { background-color: rgb(46,61,166); }
div.DivClassName
{
background-color: #2E3DA6;
}
.BgClassName
{
background-color: #2E3DA6;
}
</style>
border-color css
<style>
span { border-color: #2E3DA6; }
span { border-color: rgb(46,61,166); }
td.TdClassName
{
border-color: #2E3DA6;
}
.TagClassName
{
border-color: #2E3DA6;
}
</style>