Shades of Persian Blue #2E3ABC
Tints of Persian Blue #2E3ABC
RGB
CMYK
RGB Variations
Color information
#2E3ABC (or 0x2E3ABC) is known color: Persian Blue. HEX triplet: 2E, 3A and BC. RGB value is (46,58,188). Sum of RGB (Red+Green+Blue) = 46+58+188=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E3ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3ABC is #D1C543. Grayscale: #444444. Windows color (decimal): -13747524 or 12335662. OLE color: 12335662.
HSL color Cylindrical-coordinate representation of color #2E3ABC: hue angle of 234.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3ABC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 58 | 188 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.26 |
| HSL | 234.93º | 0.61% | 0.46% | - |
| HSV(B) | 234.93º | 0.76% | 0.74% | - |
| XYZ | 11.72 | 7.24 | 48.36 | - |
| YUV | 69.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 188 | 0.76 | 0.69 | 0 | 0.26 | 234.93 | 0.61 | 0.46 |
| Hex | 2E | 3A | BC | 4C | 45 | 0 | 1A | EB | 3D | 2E |
| Octal | 56 | 72 | 274 | 114 | 105 | 0 | 32 | 353 | 75 | 56 |
| Binary | 101110 | 111010 | 10111100 | 1001100 | 1000101 | 0 | 11010 | 11101011 | 111101 | 101110 |
Color Harmonies of #2E3ABC
Complementary color
Monochromatic Colors of #2E3ABC
Black with #2E3ABC
Text Example
Text Example
White with #2E3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3ABC; }
p { color: rgb(46,58,188); }
H1.HeaderClassName
{
color: #2E3ABC;
}
.AnyTagClassName
{
color: #2E3ABC;
}
</style>
background-color css
<style>
a { background-color: #2E3ABC; }
a { background-color: rgb(46,58,188); }
div.DivClassName
{
background-color: #2E3ABC;
}
.BgClassName
{
background-color: #2E3ABC;
}
</style>
border-color css
<style>
span { border-color: #2E3ABC; }
span { border-color: rgb(46,58,188); }
td.TdClassName
{
border-color: #2E3ABC;
}
.TagClassName
{
border-color: #2E3ABC;
}
</style>