Shades of Persian Blue #2337EC
Tints of Persian Blue #2337EC
RGB
CMYK
RGB Variations
Color information
#2337EC (or 0x2337EC) is known color: Persian Blue. HEX triplet: 23, 37 and EC. RGB value is (35,55,236). Sum of RGB (Red+Green+Blue) = 35+55+236=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #2337EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2337EC is #DCC813. Grayscale: #444444. Windows color (decimal): -14469140 or 15480611. OLE color: 15480611.
HSL color Cylindrical-coordinate representation of color #2337EC: hue angle of 234.03º 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 #2337EC is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 55 | 236 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.07 |
| HSL | 234.03º | 0.84% | 0.53% | - |
| HSV(B) | 234.03º | 0.85% | 0.93% | - |
| XYZ | 17.2 | 9.15 | 80.22 | - |
| YUV | 69.65 | 221.87 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 236 | 0.85 | 0.77 | 0 | 0.07 | 234.03 | 0.84 | 0.53 |
| Hex | 23 | 37 | EC | 55 | 4D | 0 | 7 | EA | 54 | 35 |
| Octal | 43 | 67 | 354 | 125 | 115 | 0 | 7 | 352 | 124 | 65 |
| Binary | 100011 | 110111 | 11101100 | 1010101 | 1001101 | 0 | 111 | 11101010 | 1010100 | 110101 |
Color Harmonies of #2337EC
Complementary color
Monochromatic Colors of #2337EC
Black with #2337EC
Text Example
Text Example
White with #2337EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2337EC; }
p { color: rgb(35,55,236); }
H1.HeaderClassName
{
color: #2337EC;
}
.AnyTagClassName
{
color: #2337EC;
}
</style>
background-color css
<style>
a { background-color: #2337EC; }
a { background-color: rgb(35,55,236); }
div.DivClassName
{
background-color: #2337EC;
}
.BgClassName
{
background-color: #2337EC;
}
</style>
border-color css
<style>
span { border-color: #2337EC; }
span { border-color: rgb(35,55,236); }
td.TdClassName
{
border-color: #2337EC;
}
.TagClassName
{
border-color: #2337EC;
}
</style>