Shades of Persian Blue #2435E4
Tints of Persian Blue #2435E4
RGB
CMYK
RGB Variations
Color information
#2435E4 (or 0x2435E4) is known color: Persian Blue. HEX triplet: 24, 35 and E4. RGB value is (36,53,228). Sum of RGB (Red+Green+Blue) = 36+53+228=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 228 (89.45% from 255 or 71.92% from 317); Max value from RGB is 228 - color contains mainly: blue. Hex color #2435E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435E4 is #DBCA1B. Grayscale: #434343. Windows color (decimal): -14404124 or 14955812. OLE color: 14955812.
HSL color Cylindrical-coordinate representation of color #2435E4: hue angle of 234.69º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2435E4 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 53 | 228 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.11 |
| HSL | 234.69º | 0.78% | 0.52% | - |
| HSV(B) | 234.69º | 0.84% | 0.89% | - |
| XYZ | 16 | 8.52 | 74.2 | - |
| YUV | 67.87 | 218.37 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 228 | 0.84 | 0.77 | 0 | 0.11 | 234.69 | 0.78 | 0.52 |
| Hex | 24 | 35 | E4 | 54 | 4D | 0 | B | EB | 4E | 34 |
| Octal | 44 | 65 | 344 | 124 | 115 | 0 | 13 | 353 | 116 | 64 |
| Binary | 100100 | 110101 | 11100100 | 1010100 | 1001101 | 0 | 1011 | 11101011 | 1001110 | 110100 |
Color Harmonies of #2435E4
Complementary color
Monochromatic Colors of #2435E4
Black with #2435E4
Text Example
Text Example
White with #2435E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435E4; }
p { color: rgb(36,53,228); }
H1.HeaderClassName
{
color: #2435E4;
}
.AnyTagClassName
{
color: #2435E4;
}
</style>
background-color css
<style>
a { background-color: #2435E4; }
a { background-color: rgb(36,53,228); }
div.DivClassName
{
background-color: #2435E4;
}
.BgClassName
{
background-color: #2435E4;
}
</style>
border-color css
<style>
span { border-color: #2435E4; }
span { border-color: rgb(36,53,228); }
td.TdClassName
{
border-color: #2435E4;
}
.TagClassName
{
border-color: #2435E4;
}
</style>