Shades of Persian Blue #2E25CC
Tints of Persian Blue #2E25CC
RGB
CMYK
RGB Variations
Color information
#2E25CC (or 0x2E25CC) is known color: Persian Blue. HEX triplet: 2E, 25 and CC. RGB value is (46,37,204). Sum of RGB (Red+Green+Blue) = 46+37+204=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E25CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E25CC is #D1DA33. Grayscale: #3A3A3A. Windows color (decimal): -13752884 or 13378862. OLE color: 13378862.
HSL color Cylindrical-coordinate representation of color #2E25CC: hue angle of 243.23º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E25CC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 37 | 204 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.2 |
| HSL | 243.23º | 0.69% | 0.47% | - |
| HSV(B) | 243.23º | 0.82% | 0.8% | - |
| XYZ | 12.69 | 6.26 | 57.67 | - |
| YUV | 58.73 | 209.98 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 204 | 0.77 | 0.82 | 0 | 0.2 | 243.23 | 0.69 | 0.47 |
| Hex | 2E | 25 | CC | 4D | 52 | 0 | 14 | F3 | 45 | 2F |
| Octal | 56 | 45 | 314 | 115 | 122 | 0 | 24 | 363 | 105 | 57 |
| Binary | 101110 | 100101 | 11001100 | 1001101 | 1010010 | 0 | 10100 | 11110011 | 1000101 | 101111 |
Color Harmonies of #2E25CC
Complementary color
Monochromatic Colors of #2E25CC
Black with #2E25CC
Text Example
Text Example
White with #2E25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E25CC; }
p { color: rgb(46,37,204); }
H1.HeaderClassName
{
color: #2E25CC;
}
.AnyTagClassName
{
color: #2E25CC;
}
</style>
background-color css
<style>
a { background-color: #2E25CC; }
a { background-color: rgb(46,37,204); }
div.DivClassName
{
background-color: #2E25CC;
}
.BgClassName
{
background-color: #2E25CC;
}
</style>
border-color css
<style>
span { border-color: #2E25CC; }
span { border-color: rgb(46,37,204); }
td.TdClassName
{
border-color: #2E25CC;
}
.TagClassName
{
border-color: #2E25CC;
}
</style>