Shades of Persian Blue #2435BA
Tints of Persian Blue #2435BA
RGB
CMYK
RGB Variations
Color information
#2435BA (or 0x2435BA) is known color: Persian Blue. HEX triplet: 24, 35 and BA. RGB value is (36,53,186). Sum of RGB (Red+Green+Blue) = 36+53+186=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2435BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435BA is #DBCA45. Grayscale: #3E3E3E. Windows color (decimal): -14404166 or 12203300. OLE color: 12203300.
HSL color Cylindrical-coordinate representation of color #2435BA: hue angle of 233.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2435BA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 53 | 186 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.27 |
| HSL | 233.2º | 0.68% | 0.44% | - |
| HSV(B) | 233.2º | 0.81% | 0.73% | - |
| XYZ | 10.86 | 6.47 | 47.13 | - |
| YUV | 63.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 186 | 0.81 | 0.72 | 0 | 0.27 | 233.2 | 0.68 | 0.44 |
| Hex | 24 | 35 | BA | 51 | 48 | 0 | 1B | E9 | 44 | 2C |
| Octal | 44 | 65 | 272 | 121 | 110 | 0 | 33 | 351 | 104 | 54 |
| Binary | 100100 | 110101 | 10111010 | 1010001 | 1001000 | 0 | 11011 | 11101001 | 1000100 | 101100 |
Color Harmonies of #2435BA
Complementary color
Monochromatic Colors of #2435BA
Black with #2435BA
Text Example
Text Example
White with #2435BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435BA; }
p { color: rgb(36,53,186); }
H1.HeaderClassName
{
color: #2435BA;
}
.AnyTagClassName
{
color: #2435BA;
}
</style>
background-color css
<style>
a { background-color: #2435BA; }
a { background-color: rgb(36,53,186); }
div.DivClassName
{
background-color: #2435BA;
}
.BgClassName
{
background-color: #2435BA;
}
</style>
border-color css
<style>
span { border-color: #2435BA; }
span { border-color: rgb(36,53,186); }
td.TdClassName
{
border-color: #2435BA;
}
.TagClassName
{
border-color: #2435BA;
}
</style>