Shades of Persian Blue #2339EC
Tints of Persian Blue #2339EC
RGB
CMYK
RGB Variations
Color information
#2339EC (or 0x2339EC) is known color: Persian Blue. HEX triplet: 23, 39 and EC. RGB value is (35,57,236). Sum of RGB (Red+Green+Blue) = 35+57+236=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #2339EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2339EC is #DCC613. Grayscale: #464646. Windows color (decimal): -14468628 or 15481123. OLE color: 15481123.
HSL color Cylindrical-coordinate representation of color #2339EC: hue angle of 233.43º 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 #2339EC is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 57 | 236 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.07 |
| HSL | 233.43º | 0.84% | 0.53% | - |
| HSV(B) | 233.43º | 0.85% | 0.93% | - |
| XYZ | 17.3 | 9.34 | 80.25 | - |
| YUV | 70.83 | 221.21 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 236 | 0.85 | 0.76 | 0 | 0.07 | 233.43 | 0.84 | 0.53 |
| Hex | 23 | 39 | EC | 55 | 4C | 0 | 7 | E9 | 54 | 35 |
| Octal | 43 | 71 | 354 | 125 | 114 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100011 | 111001 | 11101100 | 1010101 | 1001100 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #2339EC
Complementary color
Monochromatic Colors of #2339EC
Black with #2339EC
Text Example
Text Example
White with #2339EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2339EC; }
p { color: rgb(35,57,236); }
H1.HeaderClassName
{
color: #2339EC;
}
.AnyTagClassName
{
color: #2339EC;
}
</style>
background-color css
<style>
a { background-color: #2339EC; }
a { background-color: rgb(35,57,236); }
div.DivClassName
{
background-color: #2339EC;
}
.BgClassName
{
background-color: #2339EC;
}
</style>
border-color css
<style>
span { border-color: #2339EC; }
span { border-color: rgb(35,57,236); }
td.TdClassName
{
border-color: #2339EC;
}
.TagClassName
{
border-color: #2339EC;
}
</style>