Shades of Persian Blue #2644AD
Tints of Persian Blue #2644AD
RGB
CMYK
RGB Variations
Color information
#2644AD (or 0x2644AD) is known color: Persian Blue. HEX triplet: 26, 44 and AD. RGB value is (38,68,173). Sum of RGB (Red+Green+Blue) = 38+68+173=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #2644AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2644AD is #D9BB52. Grayscale: #464646. Windows color (decimal): -14269267 or 11355174. OLE color: 11355174.
HSL color Cylindrical-coordinate representation of color #2644AD: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2644AD is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 68 | 173 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.32 |
| HSL | 226.67º | 0.64% | 0.41% | - |
| HSV(B) | 226.67º | 0.78% | 0.68% | - |
| XYZ | 10.41 | 7.56 | 40.45 | - |
| YUV | 71 | 185.56 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 173 | 0.78 | 0.61 | 0 | 0.32 | 226.67 | 0.64 | 0.41 |
| Hex | 26 | 44 | AD | 4E | 3D | 0 | 20 | E3 | 40 | 29 |
| Octal | 46 | 104 | 255 | 116 | 75 | 0 | 40 | 343 | 100 | 51 |
| Binary | 100110 | 1000100 | 10101101 | 1001110 | 111101 | 0 | 100000 | 11100011 | 1000000 | 101001 |
Color Harmonies of #2644AD
Complementary color
Monochromatic Colors of #2644AD
Black with #2644AD
Text Example
Text Example
White with #2644AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2644AD; }
p { color: rgb(38,68,173); }
H1.HeaderClassName
{
color: #2644AD;
}
.AnyTagClassName
{
color: #2644AD;
}
</style>
background-color css
<style>
a { background-color: #2644AD; }
a { background-color: rgb(38,68,173); }
div.DivClassName
{
background-color: #2644AD;
}
.BgClassName
{
background-color: #2644AD;
}
</style>
border-color css
<style>
span { border-color: #2644AD; }
span { border-color: rgb(38,68,173); }
td.TdClassName
{
border-color: #2644AD;
}
.TagClassName
{
border-color: #2644AD;
}
</style>