Shades of Persian Blue #2624AC
Tints of Persian Blue #2624AC
RGB
CMYK
RGB Variations
Color information
#2624AC (or 0x2624AC) is known color: Persian Blue. HEX triplet: 26, 24 and AC. RGB value is (38,36,172). Sum of RGB (Red+Green+Blue) = 38+36+172=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #2624AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2624AC is #D9DB53. Grayscale: #333333. Windows color (decimal): -14277460 or 11281446. OLE color: 11281446.
HSL color Cylindrical-coordinate representation of color #2624AC: hue angle of 240.88º 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 #2624AC is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 36 | 172 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.33 |
| HSL | 240.88º | 0.65% | 0.41% | - |
| HSV(B) | 240.88º | 0.79% | 0.67% | - |
| XYZ | 8.88 | 4.65 | 39.46 | - |
| YUV | 52.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 172 | 0.78 | 0.79 | 0 | 0.33 | 240.88 | 0.65 | 0.41 |
| Hex | 26 | 24 | AC | 4E | 4F | 0 | 21 | F1 | 41 | 29 |
| Octal | 46 | 44 | 254 | 116 | 117 | 0 | 41 | 361 | 101 | 51 |
| Binary | 100110 | 100100 | 10101100 | 1001110 | 1001111 | 0 | 100001 | 11110001 | 1000001 | 101001 |
Color Harmonies of #2624AC
Complementary color
Monochromatic Colors of #2624AC
Black with #2624AC
Text Example
Text Example
White with #2624AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2624AC; }
p { color: rgb(38,36,172); }
H1.HeaderClassName
{
color: #2624AC;
}
.AnyTagClassName
{
color: #2624AC;
}
</style>
background-color css
<style>
a { background-color: #2624AC; }
a { background-color: rgb(38,36,172); }
div.DivClassName
{
background-color: #2624AC;
}
.BgClassName
{
background-color: #2624AC;
}
</style>
border-color css
<style>
span { border-color: #2624AC; }
span { border-color: rgb(38,36,172); }
td.TdClassName
{
border-color: #2624AC;
}
.TagClassName
{
border-color: #2624AC;
}
</style>