Shades of Persian Blue #2335ED
Tints of Persian Blue #2335ED
RGB
CMYK
RGB Variations
Color information
#2335ED (or 0x2335ED) is known color: Persian Blue. HEX triplet: 23, 35 and ED. RGB value is (35,53,237). Sum of RGB (Red+Green+Blue) = 35+53+237=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #2335ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2335ED is #DCCA12. Grayscale: #434343. Windows color (decimal): -14469651 or 15545635. OLE color: 15545635.
HSL color Cylindrical-coordinate representation of color #2335ED: hue angle of 234.65º degrees, saturation: 0.85, 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 #2335ED is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 53 | 237 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.07 |
| HSL | 234.65º | 0.85% | 0.53% | - |
| HSV(B) | 234.65º | 0.85% | 0.93% | - |
| XYZ | 17.25 | 9.02 | 80.95 | - |
| YUV | 68.59 | 223.04 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 237 | 0.85 | 0.78 | 0 | 0.07 | 234.65 | 0.85 | 0.53 |
| Hex | 23 | 35 | ED | 55 | 4E | 0 | 7 | EB | 55 | 35 |
| Octal | 43 | 65 | 355 | 125 | 116 | 0 | 7 | 353 | 125 | 65 |
| Binary | 100011 | 110101 | 11101101 | 1010101 | 1001110 | 0 | 111 | 11101011 | 1010101 | 110101 |
Color Harmonies of #2335ED
Complementary color
Monochromatic Colors of #2335ED
Black with #2335ED
Text Example
Text Example
White with #2335ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2335ED; }
p { color: rgb(35,53,237); }
H1.HeaderClassName
{
color: #2335ED;
}
.AnyTagClassName
{
color: #2335ED;
}
</style>
background-color css
<style>
a { background-color: #2335ED; }
a { background-color: rgb(35,53,237); }
div.DivClassName
{
background-color: #2335ED;
}
.BgClassName
{
background-color: #2335ED;
}
</style>
border-color css
<style>
span { border-color: #2335ED; }
span { border-color: rgb(35,53,237); }
td.TdClassName
{
border-color: #2335ED;
}
.TagClassName
{
border-color: #2335ED;
}
</style>