Shades of Persian Blue #2E33A5
Tints of Persian Blue #2E33A5
RGB
CMYK
RGB Variations
Color information
#2E33A5 (or 0x2E33A5) is known color: Persian Blue. HEX triplet: 2E, 33 and A5. RGB value is (46,51,165). Sum of RGB (Red+Green+Blue) = 46+51+165=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #2E33A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E33A5 is #D1CC5A. Grayscale: #3E3E3E. Windows color (decimal): -13749339 or 10826542. OLE color: 10826542.
HSL color Cylindrical-coordinate representation of color #2E33A5: hue angle of 237.48º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E33A5 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 51 | 165 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.35 |
| HSL | 237.48º | 0.56% | 0.41% | - |
| HSV(B) | 237.48º | 0.72% | 0.65% | - |
| XYZ | 9.1 | 5.67 | 36.21 | - |
| YUV | 62.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 165 | 0.72 | 0.69 | 0 | 0.35 | 237.48 | 0.56 | 0.41 |
| Hex | 2E | 33 | A5 | 48 | 45 | 0 | 23 | ED | 38 | 29 |
| Octal | 56 | 63 | 245 | 110 | 105 | 0 | 43 | 355 | 70 | 51 |
| Binary | 101110 | 110011 | 10100101 | 1001000 | 1000101 | 0 | 100011 | 11101101 | 111000 | 101001 |
Color Harmonies of #2E33A5
Complementary color
Monochromatic Colors of #2E33A5
Black with #2E33A5
Text Example
Text Example
White with #2E33A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E33A5; }
p { color: rgb(46,51,165); }
H1.HeaderClassName
{
color: #2E33A5;
}
.AnyTagClassName
{
color: #2E33A5;
}
</style>
background-color css
<style>
a { background-color: #2E33A5; }
a { background-color: rgb(46,51,165); }
div.DivClassName
{
background-color: #2E33A5;
}
.BgClassName
{
background-color: #2E33A5;
}
</style>
border-color css
<style>
span { border-color: #2E33A5; }
span { border-color: rgb(46,51,165); }
td.TdClassName
{
border-color: #2E33A5;
}
.TagClassName
{
border-color: #2E33A5;
}
</style>