Shades of Persian Blue #2435E6
Tints of Persian Blue #2435E6
RGB
CMYK
RGB Variations
Color information
#2435E6 (or 0x2435E6) is known color: Persian Blue. HEX triplet: 24, 35 and E6. RGB value is (36,53,230). Sum of RGB (Red+Green+Blue) = 36+53+230=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 230 (90.23% from 255 or 72.10% from 319); Max value from RGB is 230 - color contains mainly: blue. Hex color #2435E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2435E6 is #DBCA19. Grayscale: #434343. Windows color (decimal): -14404122 or 15086884. OLE color: 15086884.
HSL color Cylindrical-coordinate representation of color #2435E6: hue angle of 234.74º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2435E6 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 53 | 230 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.10 |
| HSL | 234.74º | 0.8% | 0.52% | - |
| HSV(B) | 234.74º | 0.84% | 0.9% | - |
| XYZ | 16.28 | 8.63 | 75.67 | - |
| YUV | 68.1 | 219.37 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 230 | 0.84 | 0.77 | 0 | 0.10 | 234.74 | 0.8 | 0.52 |
| Hex | 24 | 35 | E6 | 54 | 4D | 0 | A | EB | 50 | 34 |
| Octal | 44 | 65 | 346 | 124 | 115 | 0 | 12 | 353 | 120 | 64 |
| Binary | 100100 | 110101 | 11100110 | 1010100 | 1001101 | 0 | 1010 | 11101011 | 1010000 | 110100 |
Color Harmonies of #2435E6
Complementary color
Monochromatic Colors of #2435E6
Black with #2435E6
Text Example
Text Example
White with #2435E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435E6; }
p { color: rgb(36,53,230); }
H1.HeaderClassName
{
color: #2435E6;
}
.AnyTagClassName
{
color: #2435E6;
}
</style>
background-color css
<style>
a { background-color: #2435E6; }
a { background-color: rgb(36,53,230); }
div.DivClassName
{
background-color: #2435E6;
}
.BgClassName
{
background-color: #2435E6;
}
</style>
border-color css
<style>
span { border-color: #2435E6; }
span { border-color: rgb(36,53,230); }
td.TdClassName
{
border-color: #2435E6;
}
.TagClassName
{
border-color: #2435E6;
}
</style>