Shades of Persian Blue #2445BA
Tints of Persian Blue #2445BA
RGB
CMYK
RGB Variations
Color information
#2445BA (or 0x2445BA) is known color: Persian Blue. HEX triplet: 24, 45 and BA. RGB value is (36,69,186). Sum of RGB (Red+Green+Blue) = 36+69+186=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #2445BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2445BA is #DBBA45. Grayscale: #474747. Windows color (decimal): -14400070 or 12207396. OLE color: 12207396.
HSL color Cylindrical-coordinate representation of color #2445BA: hue angle of 226.8º 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 #2445BA is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 69 | 186 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.27 |
| HSL | 226.8º | 0.68% | 0.44% | - |
| HSV(B) | 226.8º | 0.81% | 0.73% | - |
| XYZ | 11.72 | 8.18 | 47.41 | - |
| YUV | 72.47 | 192.07 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 186 | 0.81 | 0.63 | 0 | 0.27 | 226.8 | 0.68 | 0.44 |
| Hex | 24 | 45 | BA | 51 | 3F | 0 | 1B | E3 | 44 | 2C |
| Octal | 44 | 105 | 272 | 121 | 77 | 0 | 33 | 343 | 104 | 54 |
| Binary | 100100 | 1000101 | 10111010 | 1010001 | 111111 | 0 | 11011 | 11100011 | 1000100 | 101100 |
Color Harmonies of #2445BA
Complementary color
Monochromatic Colors of #2445BA
Black with #2445BA
Text Example
Text Example
White with #2445BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2445BA; }
p { color: rgb(36,69,186); }
H1.HeaderClassName
{
color: #2445BA;
}
.AnyTagClassName
{
color: #2445BA;
}
</style>
background-color css
<style>
a { background-color: #2445BA; }
a { background-color: rgb(36,69,186); }
div.DivClassName
{
background-color: #2445BA;
}
.BgClassName
{
background-color: #2445BA;
}
</style>
border-color css
<style>
span { border-color: #2445BA; }
span { border-color: rgb(36,69,186); }
td.TdClassName
{
border-color: #2445BA;
}
.TagClassName
{
border-color: #2445BA;
}
</style>