Shades of Persian Blue #2624BA
Tints of Persian Blue #2624BA
RGB
CMYK
RGB Variations
Color information
#2624BA (or 0x2624BA) is known color: Persian Blue. HEX triplet: 26, 24 and BA. RGB value is (38,36,186). Sum of RGB (Red+Green+Blue) = 38+36+186=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #2624BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2624BA is #D9DB45. Grayscale: #353535. Windows color (decimal): -14277446 or 12198950. OLE color: 12198950.
HSL color Cylindrical-coordinate representation of color #2624BA: hue angle of 240.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 #2624BA is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 36 | 186 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.27 |
| HSL | 240.8º | 0.68% | 0.44% | - |
| HSV(B) | 240.8º | 0.81% | 0.73% | - |
| XYZ | 10.29 | 5.22 | 46.92 | - |
| YUV | 53.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 186 | 0.80 | 0.81 | 0 | 0.27 | 240.8 | 0.68 | 0.44 |
| Hex | 26 | 24 | BA | 50 | 51 | 0 | 1B | F1 | 44 | 2C |
| Octal | 46 | 44 | 272 | 120 | 121 | 0 | 33 | 361 | 104 | 54 |
| Binary | 100110 | 100100 | 10111010 | 1010000 | 1010001 | 0 | 11011 | 11110001 | 1000100 | 101100 |
Color Harmonies of #2624BA
Complementary color
Monochromatic Colors of #2624BA
Black with #2624BA
Text Example
Text Example
White with #2624BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2624BA; }
p { color: rgb(38,36,186); }
H1.HeaderClassName
{
color: #2624BA;
}
.AnyTagClassName
{
color: #2624BA;
}
</style>
background-color css
<style>
a { background-color: #2624BA; }
a { background-color: rgb(38,36,186); }
div.DivClassName
{
background-color: #2624BA;
}
.BgClassName
{
background-color: #2624BA;
}
</style>
border-color css
<style>
span { border-color: #2624BA; }
span { border-color: rgb(38,36,186); }
td.TdClassName
{
border-color: #2624BA;
}
.TagClassName
{
border-color: #2624BA;
}
</style>