Shades of Persian Blue #2641AB
Tints of Persian Blue #2641AB
RGB
CMYK
RGB Variations
Color information
#2641AB (or 0x2641AB) is known color: Persian Blue. HEX triplet: 26, 41 and AB. RGB value is (38,65,171). Sum of RGB (Red+Green+Blue) = 38+65+171=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #2641AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2641AB is #D9BE54. Grayscale: #444444. Windows color (decimal): -14270037 or 11223334. OLE color: 11223334.
HSL color Cylindrical-coordinate representation of color #2641AB: hue angle of 227.82º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2641AB is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 65 | 171 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.33 |
| HSL | 227.82º | 0.64% | 0.41% | - |
| HSV(B) | 227.82º | 0.78% | 0.67% | - |
| XYZ | 10.04 | 7.13 | 39.38 | - |
| YUV | 69.01 | 185.55 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 171 | 0.78 | 0.62 | 0 | 0.33 | 227.82 | 0.64 | 0.41 |
| Hex | 26 | 41 | AB | 4E | 3E | 0 | 21 | E4 | 40 | 29 |
| Octal | 46 | 101 | 253 | 116 | 76 | 0 | 41 | 344 | 100 | 51 |
| Binary | 100110 | 1000001 | 10101011 | 1001110 | 111110 | 0 | 100001 | 11100100 | 1000000 | 101001 |
Color Harmonies of #2641AB
Complementary color
Monochromatic Colors of #2641AB
Black with #2641AB
Text Example
Text Example
White with #2641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641AB; }
p { color: rgb(38,65,171); }
H1.HeaderClassName
{
color: #2641AB;
}
.AnyTagClassName
{
color: #2641AB;
}
</style>
background-color css
<style>
a { background-color: #2641AB; }
a { background-color: rgb(38,65,171); }
div.DivClassName
{
background-color: #2641AB;
}
.BgClassName
{
background-color: #2641AB;
}
</style>
border-color css
<style>
span { border-color: #2641AB; }
span { border-color: rgb(38,65,171); }
td.TdClassName
{
border-color: #2641AB;
}
.TagClassName
{
border-color: #2641AB;
}
</style>