Shades of Persian Blue #2E2FCB
Tints of Persian Blue #2E2FCB
RGB
CMYK
RGB Variations
Color information
#2E2FCB (or 0x2E2FCB) is known color: Persian Blue. HEX triplet: 2E, 2F and CB. RGB value is (46,47,203). Sum of RGB (Red+Green+Blue) = 46+47+203=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E2FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FCB is #D1D034. Grayscale: #3F3F3F. Windows color (decimal): -13750325 or 13315886. OLE color: 13315886.
HSL color Cylindrical-coordinate representation of color #2E2FCB: hue angle of 239.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2FCB is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 47 | 203 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.20 |
| HSL | 239.62º | 0.63% | 0.49% | - |
| HSV(B) | 239.62º | 0.77% | 0.8% | - |
| XYZ | 12.92 | 6.93 | 57.16 | - |
| YUV | 64.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 203 | 0.77 | 0.77 | 0 | 0.20 | 239.62 | 0.63 | 0.49 |
| Hex | 2E | 2F | CB | 4D | 4D | 0 | 14 | F0 | 3F | 31 |
| Octal | 56 | 57 | 313 | 115 | 115 | 0 | 24 | 360 | 77 | 61 |
| Binary | 101110 | 101111 | 11001011 | 1001101 | 1001101 | 0 | 10100 | 11110000 | 111111 | 110001 |
Color Harmonies of #2E2FCB
Complementary color
Monochromatic Colors of #2E2FCB
Black with #2E2FCB
Text Example
Text Example
White with #2E2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FCB; }
p { color: rgb(46,47,203); }
H1.HeaderClassName
{
color: #2E2FCB;
}
.AnyTagClassName
{
color: #2E2FCB;
}
</style>
background-color css
<style>
a { background-color: #2E2FCB; }
a { background-color: rgb(46,47,203); }
div.DivClassName
{
background-color: #2E2FCB;
}
.BgClassName
{
background-color: #2E2FCB;
}
</style>
border-color css
<style>
span { border-color: #2E2FCB; }
span { border-color: rgb(46,47,203); }
td.TdClassName
{
border-color: #2E2FCB;
}
.TagClassName
{
border-color: #2E2FCB;
}
</style>