Shades of Persian Blue #2435AD
Tints of Persian Blue #2435AD
RGB
CMYK
RGB Variations
Color information
#2435AD (or 0x2435AD) is known color: Persian Blue. HEX triplet: 24, 35 and AD. RGB value is (36,53,173). Sum of RGB (Red+Green+Blue) = 36+53+173=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #2435AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2435AD is #DBCA52. Grayscale: #3D3D3D. Windows color (decimal): -14404179 or 11351332. OLE color: 11351332.
HSL color Cylindrical-coordinate representation of color #2435AD: hue angle of 232.55º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2435AD is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 53 | 173 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.32 |
| HSL | 232.55º | 0.66% | 0.41% | - |
| HSV(B) | 232.55º | 0.79% | 0.68% | - |
| XYZ | 9.54 | 5.94 | 40.18 | - |
| YUV | 61.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 173 | 0.79 | 0.69 | 0 | 0.32 | 232.55 | 0.66 | 0.41 |
| Hex | 24 | 35 | AD | 4F | 45 | 0 | 20 | E9 | 42 | 29 |
| Octal | 44 | 65 | 255 | 117 | 105 | 0 | 40 | 351 | 102 | 51 |
| Binary | 100100 | 110101 | 10101101 | 1001111 | 1000101 | 0 | 100000 | 11101001 | 1000010 | 101001 |
Color Harmonies of #2435AD
Complementary color
Monochromatic Colors of #2435AD
Black with #2435AD
Text Example
Text Example
White with #2435AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435AD; }
p { color: rgb(36,53,173); }
H1.HeaderClassName
{
color: #2435AD;
}
.AnyTagClassName
{
color: #2435AD;
}
</style>
background-color css
<style>
a { background-color: #2435AD; }
a { background-color: rgb(36,53,173); }
div.DivClassName
{
background-color: #2435AD;
}
.BgClassName
{
background-color: #2435AD;
}
</style>
border-color css
<style>
span { border-color: #2435AD; }
span { border-color: rgb(36,53,173); }
td.TdClassName
{
border-color: #2435AD;
}
.TagClassName
{
border-color: #2435AD;
}
</style>