Shades of Persian Blue #2E3CCF
Tints of Persian Blue #2E3CCF
RGB
CMYK
RGB Variations
Color information
#2E3CCF (or 0x2E3CCF) is known color: Persian Blue. HEX triplet: 2E, 3C and CF. RGB value is (46,60,207). Sum of RGB (Red+Green+Blue) = 46+60+207=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E3CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CCF is #D1C330. Grayscale: #474747. Windows color (decimal): -13746993 or 13581358. OLE color: 13581358.
HSL color Cylindrical-coordinate representation of color #2E3CCF: hue angle of 234.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E3CCF is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 60 | 207 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.19 |
| HSL | 234.78º | 0.64% | 0.5% | - |
| HSV(B) | 234.78º | 0.78% | 0.81% | - |
| XYZ | 14.01 | 8.32 | 59.9 | - |
| YUV | 72.57 | 203.86 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 207 | 0.78 | 0.71 | 0 | 0.19 | 234.78 | 0.64 | 0.5 |
| Hex | 2E | 3C | CF | 4E | 47 | 0 | 13 | EB | 40 | 32 |
| Octal | 56 | 74 | 317 | 116 | 107 | 0 | 23 | 353 | 100 | 62 |
| Binary | 101110 | 111100 | 11001111 | 1001110 | 1000111 | 0 | 10011 | 11101011 | 1000000 | 110010 |
Color Harmonies of #2E3CCF
Complementary color
Monochromatic Colors of #2E3CCF
Black with #2E3CCF
Text Example
Text Example
White with #2E3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3CCF; }
p { color: rgb(46,60,207); }
H1.HeaderClassName
{
color: #2E3CCF;
}
.AnyTagClassName
{
color: #2E3CCF;
}
</style>
background-color css
<style>
a { background-color: #2E3CCF; }
a { background-color: rgb(46,60,207); }
div.DivClassName
{
background-color: #2E3CCF;
}
.BgClassName
{
background-color: #2E3CCF;
}
</style>
border-color css
<style>
span { border-color: #2E3CCF; }
span { border-color: rgb(46,60,207); }
td.TdClassName
{
border-color: #2E3CCF;
}
.TagClassName
{
border-color: #2E3CCF;
}
</style>