Shades of Persian Blue #2E3DC2
Tints of Persian Blue #2E3DC2
RGB
CMYK
RGB Variations
Color information
#2E3DC2 (or 0x2E3DC2) is known color: Persian Blue. HEX triplet: 2E, 3D and C2. RGB value is (46,61,194). Sum of RGB (Red+Green+Blue) = 46+61+194=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 194 (76.17% from 255 or 64.45% from 301); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E3DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DC2 is #D1C23D. Grayscale: #474747. Windows color (decimal): -13746750 or 12729646. OLE color: 12729646.
HSL color Cylindrical-coordinate representation of color #2E3DC2: hue angle of 233.92º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3DC2 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 61 | 194 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.24 |
| HSL | 233.92º | 0.62% | 0.47% | - |
| HSV(B) | 233.92º | 0.76% | 0.76% | - |
| XYZ | 12.53 | 7.81 | 51.89 | - |
| YUV | 71.68 | 197.03 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 194 | 0.76 | 0.69 | 0 | 0.24 | 233.92 | 0.62 | 0.47 |
| Hex | 2E | 3D | C2 | 4C | 45 | 0 | 18 | EA | 3E | 2F |
| Octal | 56 | 75 | 302 | 114 | 105 | 0 | 30 | 352 | 76 | 57 |
| Binary | 101110 | 111101 | 11000010 | 1001100 | 1000101 | 0 | 11000 | 11101010 | 111110 | 101111 |
Color Harmonies of #2E3DC2
Complementary color
Monochromatic Colors of #2E3DC2
Black with #2E3DC2
Text Example
Text Example
White with #2E3DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DC2; }
p { color: rgb(46,61,194); }
H1.HeaderClassName
{
color: #2E3DC2;
}
.AnyTagClassName
{
color: #2E3DC2;
}
</style>
background-color css
<style>
a { background-color: #2E3DC2; }
a { background-color: rgb(46,61,194); }
div.DivClassName
{
background-color: #2E3DC2;
}
.BgClassName
{
background-color: #2E3DC2;
}
</style>
border-color css
<style>
span { border-color: #2E3DC2; }
span { border-color: rgb(46,61,194); }
td.TdClassName
{
border-color: #2E3DC2;
}
.TagClassName
{
border-color: #2E3DC2;
}
</style>