Shades of Persian Blue #2E3CAB
Tints of Persian Blue #2E3CAB
RGB
CMYK
RGB Variations
Color information
#2E3CAB (or 0x2E3CAB) is known color: Persian Blue. HEX triplet: 2E, 3C and AB. RGB value is (46,60,171). Sum of RGB (Red+Green+Blue) = 46+60+171=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3CAB is #D1C354. Grayscale: #444444. Windows color (decimal): -13747029 or 11222062. OLE color: 11222062.
HSL color Cylindrical-coordinate representation of color #2E3CAB: hue angle of 233.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E3CAB is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 60 | 171 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.33 |
| HSL | 233.28º | 0.58% | 0.43% | - |
| HSV(B) | 233.28º | 0.73% | 0.67% | - |
| XYZ | 10.09 | 6.75 | 39.3 | - |
| YUV | 68.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 171 | 0.73 | 0.65 | 0 | 0.33 | 233.28 | 0.58 | 0.43 |
| Hex | 2E | 3C | AB | 49 | 41 | 0 | 21 | E9 | 3A | 2B |
| Octal | 56 | 74 | 253 | 111 | 101 | 0 | 41 | 351 | 72 | 53 |
| Binary | 101110 | 111100 | 10101011 | 1001001 | 1000001 | 0 | 100001 | 11101001 | 111010 | 101011 |
Color Harmonies of #2E3CAB
Complementary color
Monochromatic Colors of #2E3CAB
Black with #2E3CAB
Text Example
Text Example
White with #2E3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3CAB; }
p { color: rgb(46,60,171); }
H1.HeaderClassName
{
color: #2E3CAB;
}
.AnyTagClassName
{
color: #2E3CAB;
}
</style>
background-color css
<style>
a { background-color: #2E3CAB; }
a { background-color: rgb(46,60,171); }
div.DivClassName
{
background-color: #2E3CAB;
}
.BgClassName
{
background-color: #2E3CAB;
}
</style>
border-color css
<style>
span { border-color: #2E3CAB; }
span { border-color: rgb(46,60,171); }
td.TdClassName
{
border-color: #2E3CAB;
}
.TagClassName
{
border-color: #2E3CAB;
}
</style>