Shades of Persian Blue #2644AB
Tints of Persian Blue #2644AB
RGB
CMYK
RGB Variations
Color information
#2644AB (or 0x2644AB) is known color: Persian Blue. HEX triplet: 26, 44 and AB. RGB value is (38,68,171). Sum of RGB (Red+Green+Blue) = 38+68+171=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2644AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2644AB is #D9BB54. Grayscale: #464646. Windows color (decimal): -14269269 or 11224102. OLE color: 11224102.
HSL color Cylindrical-coordinate representation of color #2644AB: hue angle of 226.47º 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 #2644AB is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 68 | 171 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.33 |
| HSL | 226.47º | 0.64% | 0.41% | - |
| HSV(B) | 226.47º | 0.78% | 0.67% | - |
| XYZ | 10.22 | 7.49 | 39.43 | - |
| YUV | 70.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 171 | 0.78 | 0.60 | 0 | 0.33 | 226.47 | 0.64 | 0.41 |
| Hex | 26 | 44 | AB | 4E | 3C | 0 | 21 | E2 | 40 | 29 |
| Octal | 46 | 104 | 253 | 116 | 74 | 0 | 41 | 342 | 100 | 51 |
| Binary | 100110 | 1000100 | 10101011 | 1001110 | 111100 | 0 | 100001 | 11100010 | 1000000 | 101001 |
Color Harmonies of #2644AB
Complementary color
Monochromatic Colors of #2644AB
Black with #2644AB
Text Example
Text Example
White with #2644AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2644AB; }
p { color: rgb(38,68,171); }
H1.HeaderClassName
{
color: #2644AB;
}
.AnyTagClassName
{
color: #2644AB;
}
</style>
background-color css
<style>
a { background-color: #2644AB; }
a { background-color: rgb(38,68,171); }
div.DivClassName
{
background-color: #2644AB;
}
.BgClassName
{
background-color: #2644AB;
}
</style>
border-color css
<style>
span { border-color: #2644AB; }
span { border-color: rgb(38,68,171); }
td.TdClassName
{
border-color: #2644AB;
}
.TagClassName
{
border-color: #2644AB;
}
</style>