Shades of Persian Blue #2639AD
Tints of Persian Blue #2639AD
RGB
CMYK
RGB Variations
Color information
#2639AD (or 0x2639AD) is known color: Persian Blue. HEX triplet: 26, 39 and AD. RGB value is (38,57,173). Sum of RGB (Red+Green+Blue) = 38+57+173=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #2639AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2639AD is #D9C652. Grayscale: #404040. Windows color (decimal): -14272083 or 11352358. OLE color: 11352358.
HSL color Cylindrical-coordinate representation of color #2639AD: hue angle of 231.56º 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 #2639AD is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 57 | 173 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.32 |
| HSL | 231.56º | 0.64% | 0.41% | - |
| HSV(B) | 231.56º | 0.78% | 0.68% | - |
| XYZ | 9.81 | 6.36 | 40.25 | - |
| YUV | 64.54 | 189.21 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 173 | 0.78 | 0.67 | 0 | 0.32 | 231.56 | 0.64 | 0.41 |
| Hex | 26 | 39 | AD | 4E | 43 | 0 | 20 | E8 | 40 | 29 |
| Octal | 46 | 71 | 255 | 116 | 103 | 0 | 40 | 350 | 100 | 51 |
| Binary | 100110 | 111001 | 10101101 | 1001110 | 1000011 | 0 | 100000 | 11101000 | 1000000 | 101001 |
Color Harmonies of #2639AD
Complementary color
Monochromatic Colors of #2639AD
Black with #2639AD
Text Example
Text Example
White with #2639AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639AD; }
p { color: rgb(38,57,173); }
H1.HeaderClassName
{
color: #2639AD;
}
.AnyTagClassName
{
color: #2639AD;
}
</style>
background-color css
<style>
a { background-color: #2639AD; }
a { background-color: rgb(38,57,173); }
div.DivClassName
{
background-color: #2639AD;
}
.BgClassName
{
background-color: #2639AD;
}
</style>
border-color css
<style>
span { border-color: #2639AD; }
span { border-color: rgb(38,57,173); }
td.TdClassName
{
border-color: #2639AD;
}
.TagClassName
{
border-color: #2639AD;
}
</style>