Shades of Persian Blue #2331EC
Tints of Persian Blue #2331EC
RGB
CMYK
RGB Variations
Color information
#2331EC (or 0x2331EC) is known color: Persian Blue. HEX triplet: 23, 31 and EC. RGB value is (35,49,236). Sum of RGB (Red+Green+Blue) = 35+49+236=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #2331EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2331EC is #DCCE13. Grayscale: #414141. Windows color (decimal): -14470676 or 15479075. OLE color: 15479075.
HSL color Cylindrical-coordinate representation of color #2331EC: hue angle of 235.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2331EC is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 49 | 236 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.07 |
| HSL | 235.82º | 0.84% | 0.53% | - |
| HSV(B) | 235.82º | 0.85% | 0.93% | - |
| XYZ | 16.93 | 8.61 | 80.13 | - |
| YUV | 66.13 | 223.86 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 236 | 0.85 | 0.79 | 0 | 0.07 | 235.82 | 0.84 | 0.53 |
| Hex | 23 | 31 | EC | 55 | 4F | 0 | 7 | EC | 54 | 35 |
| Octal | 43 | 61 | 354 | 125 | 117 | 0 | 7 | 354 | 124 | 65 |
| Binary | 100011 | 110001 | 11101100 | 1010101 | 1001111 | 0 | 111 | 11101100 | 1010100 | 110101 |
Color Harmonies of #2331EC
Complementary color
Monochromatic Colors of #2331EC
Black with #2331EC
Text Example
Text Example
White with #2331EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2331EC; }
p { color: rgb(35,49,236); }
H1.HeaderClassName
{
color: #2331EC;
}
.AnyTagClassName
{
color: #2331EC;
}
</style>
background-color css
<style>
a { background-color: #2331EC; }
a { background-color: rgb(35,49,236); }
div.DivClassName
{
background-color: #2331EC;
}
.BgClassName
{
background-color: #2331EC;
}
</style>
border-color css
<style>
span { border-color: #2331EC; }
span { border-color: rgb(35,49,236); }
td.TdClassName
{
border-color: #2331EC;
}
.TagClassName
{
border-color: #2331EC;
}
</style>