Shades of Persian Blue #2435B9
Tints of Persian Blue #2435B9
RGB
CMYK
RGB Variations
Color information
#2435B9 (or 0x2435B9) is known color: Persian Blue. HEX triplet: 24, 35 and B9. RGB value is (36,53,185). Sum of RGB (Red+Green+Blue) = 36+53+185=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 185 (72.66% from 255 or 67.52% from 274); Max value from RGB is 185 - color contains mainly: blue. Hex color #2435B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435B9 is #DBCA46. Grayscale: #3E3E3E. Windows color (decimal): -14404167 or 12137764. OLE color: 12137764.
HSL color Cylindrical-coordinate representation of color #2435B9: hue angle of 233.15º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2435B9 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 53 | 185 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.27 |
| HSL | 233.15º | 0.67% | 0.43% | - |
| HSV(B) | 233.15º | 0.81% | 0.73% | - |
| XYZ | 10.76 | 6.42 | 46.57 | - |
| YUV | 62.97 | 196.87 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 185 | 0.81 | 0.71 | 0 | 0.27 | 233.15 | 0.67 | 0.43 |
| Hex | 24 | 35 | B9 | 51 | 47 | 0 | 1B | E9 | 43 | 2B |
| Octal | 44 | 65 | 271 | 121 | 107 | 0 | 33 | 351 | 103 | 53 |
| Binary | 100100 | 110101 | 10111001 | 1010001 | 1000111 | 0 | 11011 | 11101001 | 1000011 | 101011 |
Color Harmonies of #2435B9
Complementary color
Monochromatic Colors of #2435B9
Black with #2435B9
Text Example
Text Example
White with #2435B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435B9; }
p { color: rgb(36,53,185); }
H1.HeaderClassName
{
color: #2435B9;
}
.AnyTagClassName
{
color: #2435B9;
}
</style>
background-color css
<style>
a { background-color: #2435B9; }
a { background-color: rgb(36,53,185); }
div.DivClassName
{
background-color: #2435B9;
}
.BgClassName
{
background-color: #2435B9;
}
</style>
border-color css
<style>
span { border-color: #2435B9; }
span { border-color: rgb(36,53,185); }
td.TdClassName
{
border-color: #2435B9;
}
.TagClassName
{
border-color: #2435B9;
}
</style>