Shades of Persian Blue #2E30CE
Tints of Persian Blue #2E30CE
RGB
CMYK
RGB Variations
Color information
#2E30CE (or 0x2E30CE) is known color: Persian Blue. HEX triplet: 2E, 30 and CE. RGB value is (46,48,206). Sum of RGB (Red+Green+Blue) = 46+48+206=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E30CE is #D1CF31. Grayscale: #404040. Windows color (decimal): -13750066 or 13512750. OLE color: 13512750.
HSL color Cylindrical-coordinate representation of color #2E30CE: hue angle of 239.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E30CE is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 48 | 206 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.19 |
| HSL | 239.25º | 0.63% | 0.49% | - |
| HSV(B) | 239.25º | 0.78% | 0.81% | - |
| XYZ | 13.32 | 7.15 | 59.07 | - |
| YUV | 65.41 | 207.34 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 206 | 0.78 | 0.77 | 0 | 0.19 | 239.25 | 0.63 | 0.49 |
| Hex | 2E | 30 | CE | 4E | 4D | 0 | 13 | EF | 3F | 31 |
| Octal | 56 | 60 | 316 | 116 | 115 | 0 | 23 | 357 | 77 | 61 |
| Binary | 101110 | 110000 | 11001110 | 1001110 | 1001101 | 0 | 10011 | 11101111 | 111111 | 110001 |
Color Harmonies of #2E30CE
Complementary color
Monochromatic Colors of #2E30CE
Black with #2E30CE
Text Example
Text Example
White with #2E30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E30CE; }
p { color: rgb(46,48,206); }
H1.HeaderClassName
{
color: #2E30CE;
}
.AnyTagClassName
{
color: #2E30CE;
}
</style>
background-color css
<style>
a { background-color: #2E30CE; }
a { background-color: rgb(46,48,206); }
div.DivClassName
{
background-color: #2E30CE;
}
.BgClassName
{
background-color: #2E30CE;
}
</style>
border-color css
<style>
span { border-color: #2E30CE; }
span { border-color: rgb(46,48,206); }
td.TdClassName
{
border-color: #2E30CE;
}
.TagClassName
{
border-color: #2E30CE;
}
</style>