Shades of Persian Blue #2E3DD6
Tints of Persian Blue #2E3DD6
RGB
CMYK
RGB Variations
Color information
#2E3DD6 (or 0x2E3DD6) is known color: Persian Blue. HEX triplet: 2E, 3D and D6. RGB value is (46,61,214). Sum of RGB (Red+Green+Blue) = 46+61+214=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 214 (83.98% from 255 or 66.67% from 321); Max value from RGB is 214 - color contains mainly: blue. Hex color #2E3DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DD6 is #D1C229. Grayscale: #494949. Windows color (decimal): -13746730 or 14040366. OLE color: 14040366.
HSL color Cylindrical-coordinate representation of color #2E3DD6: hue angle of 234.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3DD6 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 61 | 214 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.16 |
| HSL | 234.64º | 0.67% | 0.51% | - |
| HSV(B) | 234.64º | 0.79% | 0.84% | - |
| XYZ | 14.93 | 8.77 | 64.52 | - |
| YUV | 73.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 214 | 0.79 | 0.71 | 0 | 0.16 | 234.64 | 0.67 | 0.51 |
| Hex | 2E | 3D | D6 | 4F | 47 | 0 | 10 | EB | 43 | 33 |
| Octal | 56 | 75 | 326 | 117 | 107 | 0 | 20 | 353 | 103 | 63 |
| Binary | 101110 | 111101 | 11010110 | 1001111 | 1000111 | 0 | 10000 | 11101011 | 1000011 | 110011 |
Color Harmonies of #2E3DD6
Complementary color
Monochromatic Colors of #2E3DD6
Black with #2E3DD6
Text Example
Text Example
White with #2E3DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DD6; }
p { color: rgb(46,61,214); }
H1.HeaderClassName
{
color: #2E3DD6;
}
.AnyTagClassName
{
color: #2E3DD6;
}
</style>
background-color css
<style>
a { background-color: #2E3DD6; }
a { background-color: rgb(46,61,214); }
div.DivClassName
{
background-color: #2E3DD6;
}
.BgClassName
{
background-color: #2E3DD6;
}
</style>
border-color css
<style>
span { border-color: #2E3DD6; }
span { border-color: rgb(46,61,214); }
td.TdClassName
{
border-color: #2E3DD6;
}
.TagClassName
{
border-color: #2E3DD6;
}
</style>