Shades of Persian Blue #2E3CCA
Tints of Persian Blue #2E3CCA
RGB
CMYK
RGB Variations
Color information
#2E3CCA (or 0x2E3CCA) is known color: Persian Blue. HEX triplet: 2E, 3C and CA. RGB value is (46,60,202). Sum of RGB (Red+Green+Blue) = 46+60+202=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E3CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CCA is #D1C335. Grayscale: #474747. Windows color (decimal): -13746998 or 13253678. OLE color: 13253678.
HSL color Cylindrical-coordinate representation of color #2E3CCA: hue angle of 234.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E3CCA is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 60 | 202 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.21 |
| HSL | 234.62º | 0.63% | 0.49% | - |
| HSV(B) | 234.62º | 0.77% | 0.79% | - |
| XYZ | 13.4 | 8.08 | 56.73 | - |
| YUV | 72 | 201.36 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 202 | 0.77 | 0.70 | 0 | 0.21 | 234.62 | 0.63 | 0.49 |
| Hex | 2E | 3C | CA | 4D | 46 | 0 | 15 | EB | 3F | 31 |
| Octal | 56 | 74 | 312 | 115 | 106 | 0 | 25 | 353 | 77 | 61 |
| Binary | 101110 | 111100 | 11001010 | 1001101 | 1000110 | 0 | 10101 | 11101011 | 111111 | 110001 |
Color Harmonies of #2E3CCA
Complementary color
Monochromatic Colors of #2E3CCA
Black with #2E3CCA
Text Example
Text Example
White with #2E3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3CCA; }
p { color: rgb(46,60,202); }
H1.HeaderClassName
{
color: #2E3CCA;
}
.AnyTagClassName
{
color: #2E3CCA;
}
</style>
background-color css
<style>
a { background-color: #2E3CCA; }
a { background-color: rgb(46,60,202); }
div.DivClassName
{
background-color: #2E3CCA;
}
.BgClassName
{
background-color: #2E3CCA;
}
</style>
border-color css
<style>
span { border-color: #2E3CCA; }
span { border-color: rgb(46,60,202); }
td.TdClassName
{
border-color: #2E3CCA;
}
.TagClassName
{
border-color: #2E3CCA;
}
</style>