Shades of Persian Blue #2E25C8
Tints of Persian Blue #2E25C8
RGB
CMYK
RGB Variations
Color information
#2E25C8 (or 0x2E25C8) is known color: Persian Blue. HEX triplet: 2E, 25 and C8. RGB value is (46,37,200). Sum of RGB (Red+Green+Blue) = 46+37+200=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #2E25C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E25C8 is #D1DA37. Grayscale: #393939. Windows color (decimal): -13752888 or 13116718. OLE color: 13116718.
HSL color Cylindrical-coordinate representation of color #2E25C8: hue angle of 243.31º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E25C8 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 37 | 200 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.22 |
| HSL | 243.31º | 0.69% | 0.46% | - |
| HSV(B) | 243.31º | 0.82% | 0.78% | - |
| XYZ | 12.21 | 6.07 | 55.17 | - |
| YUV | 58.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 200 | 0.77 | 0.82 | 0 | 0.22 | 243.31 | 0.69 | 0.46 |
| Hex | 2E | 25 | C8 | 4D | 52 | 0 | 16 | F3 | 45 | 2E |
| Octal | 56 | 45 | 310 | 115 | 122 | 0 | 26 | 363 | 105 | 56 |
| Binary | 101110 | 100101 | 11001000 | 1001101 | 1010010 | 0 | 10110 | 11110011 | 1000101 | 101110 |
Color Harmonies of #2E25C8
Complementary color
Monochromatic Colors of #2E25C8
Black with #2E25C8
Text Example
Text Example
White with #2E25C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E25C8; }
p { color: rgb(46,37,200); }
H1.HeaderClassName
{
color: #2E25C8;
}
.AnyTagClassName
{
color: #2E25C8;
}
</style>
background-color css
<style>
a { background-color: #2E25C8; }
a { background-color: rgb(46,37,200); }
div.DivClassName
{
background-color: #2E25C8;
}
.BgClassName
{
background-color: #2E25C8;
}
</style>
border-color css
<style>
span { border-color: #2E25C8; }
span { border-color: rgb(46,37,200); }
td.TdClassName
{
border-color: #2E25C8;
}
.TagClassName
{
border-color: #2E25C8;
}
</style>