Shades of Persian Blue #2445AC
Tints of Persian Blue #2445AC
RGB
CMYK
RGB Variations
Color information
#2445AC (or 0x2445AC) is known color: Persian Blue. HEX triplet: 24, 45 and AC. RGB value is (36,69,172). Sum of RGB (Red+Green+Blue) = 36+69+172=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #2445AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2445AC is #DBBA53. Grayscale: #464646. Windows color (decimal): -14400084 or 11289892. OLE color: 11289892.
HSL color Cylindrical-coordinate representation of color #2445AC: hue angle of 225.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2445AC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 69 | 172 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.33 |
| HSL | 225.44º | 0.65% | 0.41% | - |
| HSV(B) | 225.44º | 0.79% | 0.67% | - |
| XYZ | 10.3 | 7.61 | 39.96 | - |
| YUV | 70.88 | 185.07 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 172 | 0.79 | 0.60 | 0 | 0.33 | 225.44 | 0.65 | 0.41 |
| Hex | 24 | 45 | AC | 4F | 3C | 0 | 21 | E1 | 41 | 29 |
| Octal | 44 | 105 | 254 | 117 | 74 | 0 | 41 | 341 | 101 | 51 |
| Binary | 100100 | 1000101 | 10101100 | 1001111 | 111100 | 0 | 100001 | 11100001 | 1000001 | 101001 |
Color Harmonies of #2445AC
Complementary color
Monochromatic Colors of #2445AC
Black with #2445AC
Text Example
Text Example
White with #2445AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2445AC; }
p { color: rgb(36,69,172); }
H1.HeaderClassName
{
color: #2445AC;
}
.AnyTagClassName
{
color: #2445AC;
}
</style>
background-color css
<style>
a { background-color: #2445AC; }
a { background-color: rgb(36,69,172); }
div.DivClassName
{
background-color: #2445AC;
}
.BgClassName
{
background-color: #2445AC;
}
</style>
border-color css
<style>
span { border-color: #2445AC; }
span { border-color: rgb(36,69,172); }
td.TdClassName
{
border-color: #2445AC;
}
.TagClassName
{
border-color: #2445AC;
}
</style>