Shades of Persian Blue #2624AF
Tints of Persian Blue #2624AF
RGB
CMYK
RGB Variations
Color information
#2624AF (or 0x2624AF) is known color: Persian Blue. HEX triplet: 26, 24 and AF. RGB value is (38,36,175). Sum of RGB (Red+Green+Blue) = 38+36+175=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #2624AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2624AF is #D9DB50. Grayscale: #333333. Windows color (decimal): -14277457 or 11478054. OLE color: 11478054.
HSL color Cylindrical-coordinate representation of color #2624AF: hue angle of 240.86º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2624AF is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 36 | 175 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.31 |
| HSL | 240.86º | 0.66% | 0.41% | - |
| HSV(B) | 240.86º | 0.79% | 0.69% | - |
| XYZ | 9.17 | 4.77 | 40.99 | - |
| YUV | 52.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 175 | 0.78 | 0.79 | 0 | 0.31 | 240.86 | 0.66 | 0.41 |
| Hex | 26 | 24 | AF | 4E | 4F | 0 | 1F | F1 | 42 | 29 |
| Octal | 46 | 44 | 257 | 116 | 117 | 0 | 37 | 361 | 102 | 51 |
| Binary | 100110 | 100100 | 10101111 | 1001110 | 1001111 | 0 | 11111 | 11110001 | 1000010 | 101001 |
Color Harmonies of #2624AF
Complementary color
Monochromatic Colors of #2624AF
Black with #2624AF
Text Example
Text Example
White with #2624AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2624AF; }
p { color: rgb(38,36,175); }
H1.HeaderClassName
{
color: #2624AF;
}
.AnyTagClassName
{
color: #2624AF;
}
</style>
background-color css
<style>
a { background-color: #2624AF; }
a { background-color: rgb(38,36,175); }
div.DivClassName
{
background-color: #2624AF;
}
.BgClassName
{
background-color: #2624AF;
}
</style>
border-color css
<style>
span { border-color: #2624AF; }
span { border-color: rgb(38,36,175); }
td.TdClassName
{
border-color: #2624AF;
}
.TagClassName
{
border-color: #2624AF;
}
</style>