Shades of Persian Blue #3E2EBA
Tints of Persian Blue #3E2EBA
RGB
CMYK
RGB Variations
Color information
#3E2EBA (or 0x3E2EBA) is known color: Persian Blue. HEX triplet: 3E, 2E and BA. RGB value is (62,46,186). Sum of RGB (Red+Green+Blue) = 62+46+186=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EBA is #C1D145. Grayscale: #424242. Windows color (decimal): -12702022 or 12201534. OLE color: 12201534.
HSL color Cylindrical-coordinate representation of color #3E2EBA: hue angle of 246.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E2EBA is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 46 | 186 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.27 |
| HSL | 246.86º | 0.6% | 0.45% | - |
| HSV(B) | 246.86º | 0.75% | 0.73% | - |
| XYZ | 11.83 | 6.52 | 47.09 | - |
| YUV | 66.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 186 | 0.67 | 0.75 | 0 | 0.27 | 246.86 | 0.6 | 0.45 |
| Hex | 3E | 2E | BA | 43 | 4B | 0 | 1B | F7 | 3C | 2D |
| Octal | 76 | 56 | 272 | 103 | 113 | 0 | 33 | 367 | 74 | 55 |
| Binary | 111110 | 101110 | 10111010 | 1000011 | 1001011 | 0 | 11011 | 11110111 | 111100 | 101101 |
Color Harmonies of #3E2EBA
Complementary color
Monochromatic Colors of #3E2EBA
Black with #3E2EBA
Text Example
Text Example
White with #3E2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2EBA; }
p { color: rgb(62,46,186); }
H1.HeaderClassName
{
color: #3E2EBA;
}
.AnyTagClassName
{
color: #3E2EBA;
}
</style>
background-color css
<style>
a { background-color: #3E2EBA; }
a { background-color: rgb(62,46,186); }
div.DivClassName
{
background-color: #3E2EBA;
}
.BgClassName
{
background-color: #3E2EBA;
}
</style>
border-color css
<style>
span { border-color: #3E2EBA; }
span { border-color: rgb(62,46,186); }
td.TdClassName
{
border-color: #3E2EBA;
}
.TagClassName
{
border-color: #3E2EBA;
}
</style>