Shades of Persian Blue #2435DF
Tints of Persian Blue #2435DF
RGB
CMYK
RGB Variations
Color information
#2435DF (or 0x2435DF) is known color: Persian Blue. HEX triplet: 24, 35 and DF. RGB value is (36,53,223). Sum of RGB (Red+Green+Blue) = 36+53+223=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #2435DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435DF is #DBCA20. Grayscale: #424242. Windows color (decimal): -14404129 or 14628132. OLE color: 14628132.
HSL color Cylindrical-coordinate representation of color #2435DF: hue angle of 234.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2435DF is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 53 | 223 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.13 |
| HSL | 234.55º | 0.75% | 0.51% | - |
| HSV(B) | 234.55º | 0.84% | 0.87% | - |
| XYZ | 15.32 | 8.25 | 70.6 | - |
| YUV | 67.3 | 215.87 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 223 | 0.84 | 0.76 | 0 | 0.13 | 234.55 | 0.75 | 0.51 |
| Hex | 24 | 35 | DF | 54 | 4C | 0 | D | EB | 4B | 33 |
| Octal | 44 | 65 | 337 | 124 | 114 | 0 | 15 | 353 | 113 | 63 |
| Binary | 100100 | 110101 | 11011111 | 1010100 | 1001100 | 0 | 1101 | 11101011 | 1001011 | 110011 |
Color Harmonies of #2435DF
Complementary color
Monochromatic Colors of #2435DF
Black with #2435DF
Text Example
Text Example
White with #2435DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435DF; }
p { color: rgb(36,53,223); }
H1.HeaderClassName
{
color: #2435DF;
}
.AnyTagClassName
{
color: #2435DF;
}
</style>
background-color css
<style>
a { background-color: #2435DF; }
a { background-color: rgb(36,53,223); }
div.DivClassName
{
background-color: #2435DF;
}
.BgClassName
{
background-color: #2435DF;
}
</style>
border-color css
<style>
span { border-color: #2435DF; }
span { border-color: rgb(36,53,223); }
td.TdClassName
{
border-color: #2435DF;
}
.TagClassName
{
border-color: #2435DF;
}
</style>