Shades of Persian Blue #2629AD
Tints of Persian Blue #2629AD
RGB
CMYK
RGB Variations
Color information
#2629AD (or 0x2629AD) is known color: Persian Blue. HEX triplet: 26, 29 and AD. RGB value is (38,41,173). Sum of RGB (Red+Green+Blue) = 38+41+173=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #2629AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2629AD is #D9D652. Grayscale: #363636. Windows color (decimal): -14276179 or 11348262. OLE color: 11348262.
HSL color Cylindrical-coordinate representation of color #2629AD: hue angle of 238.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 #2629AD is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 41 | 173 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.32 |
| HSL | 238.67º | 0.64% | 0.41% | - |
| HSV(B) | 238.67º | 0.78% | 0.68% | - |
| XYZ | 9.14 | 5.02 | 40.02 | - |
| YUV | 55.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 173 | 0.78 | 0.76 | 0 | 0.32 | 238.67 | 0.64 | 0.41 |
| Hex | 26 | 29 | AD | 4E | 4C | 0 | 20 | EF | 40 | 29 |
| Octal | 46 | 51 | 255 | 116 | 114 | 0 | 40 | 357 | 100 | 51 |
| Binary | 100110 | 101001 | 10101101 | 1001110 | 1001100 | 0 | 100000 | 11101111 | 1000000 | 101001 |
Color Harmonies of #2629AD
Complementary color
Monochromatic Colors of #2629AD
Black with #2629AD
Text Example
Text Example
White with #2629AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2629AD; }
p { color: rgb(38,41,173); }
H1.HeaderClassName
{
color: #2629AD;
}
.AnyTagClassName
{
color: #2629AD;
}
</style>
background-color css
<style>
a { background-color: #2629AD; }
a { background-color: rgb(38,41,173); }
div.DivClassName
{
background-color: #2629AD;
}
.BgClassName
{
background-color: #2629AD;
}
</style>
border-color css
<style>
span { border-color: #2629AD; }
span { border-color: rgb(38,41,173); }
td.TdClassName
{
border-color: #2629AD;
}
.TagClassName
{
border-color: #2629AD;
}
</style>