Shades of Persian Blue #2638AD
Tints of Persian Blue #2638AD
RGB
CMYK
RGB Variations
Color information
#2638AD (or 0x2638AD) is known color: Persian Blue. HEX triplet: 26, 38 and AD. RGB value is (38,56,173). Sum of RGB (Red+Green+Blue) = 38+56+173=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #2638AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2638AD is #D9C752. Grayscale: #3F3F3F. Windows color (decimal): -14272339 or 11352102. OLE color: 11352102.
HSL color Cylindrical-coordinate representation of color #2638AD: hue angle of 232º 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 #2638AD is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 56 | 173 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.32 |
| HSL | 232º | 0.64% | 0.41% | - |
| HSV(B) | 232º | 0.78% | 0.68% | - |
| XYZ | 9.76 | 6.26 | 40.23 | - |
| YUV | 63.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 173 | 0.78 | 0.68 | 0 | 0.32 | 232 | 0.64 | 0.41 |
| Hex | 26 | 38 | AD | 4E | 44 | 0 | 20 | E8 | 40 | 29 |
| Octal | 46 | 70 | 255 | 116 | 104 | 0 | 40 | 350 | 100 | 51 |
| Binary | 100110 | 111000 | 10101101 | 1001110 | 1000100 | 0 | 100000 | 11101000 | 1000000 | 101001 |
Color Harmonies of #2638AD
Complementary color
Monochromatic Colors of #2638AD
Black with #2638AD
Text Example
Text Example
White with #2638AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2638AD; }
p { color: rgb(38,56,173); }
H1.HeaderClassName
{
color: #2638AD;
}
.AnyTagClassName
{
color: #2638AD;
}
</style>
background-color css
<style>
a { background-color: #2638AD; }
a { background-color: rgb(38,56,173); }
div.DivClassName
{
background-color: #2638AD;
}
.BgClassName
{
background-color: #2638AD;
}
</style>
border-color css
<style>
span { border-color: #2638AD; }
span { border-color: rgb(38,56,173); }
td.TdClassName
{
border-color: #2638AD;
}
.TagClassName
{
border-color: #2638AD;
}
</style>