Shades of Persian Blue #2635AD
Tints of Persian Blue #2635AD
RGB
CMYK
RGB Variations
Color information
#2635AD (or 0x2635AD) is known color: Persian Blue. HEX triplet: 26, 35 and AD. RGB value is (38,53,173). Sum of RGB (Red+Green+Blue) = 38+53+173=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #2635AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2635AD is #D9CA52. Grayscale: #3D3D3D. Windows color (decimal): -14273107 or 11351334. OLE color: 11351334.
HSL color Cylindrical-coordinate representation of color #2635AD: hue angle of 233.33º 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 #2635AD is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 53 | 173 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.32 |
| HSL | 233.33º | 0.64% | 0.41% | - |
| HSV(B) | 233.33º | 0.78% | 0.68% | - |
| XYZ | 9.62 | 5.98 | 40.18 | - |
| YUV | 62.2 | 190.53 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 173 | 0.78 | 0.69 | 0 | 0.32 | 233.33 | 0.64 | 0.41 |
| Hex | 26 | 35 | AD | 4E | 45 | 0 | 20 | E9 | 40 | 29 |
| Octal | 46 | 65 | 255 | 116 | 105 | 0 | 40 | 351 | 100 | 51 |
| Binary | 100110 | 110101 | 10101101 | 1001110 | 1000101 | 0 | 100000 | 11101001 | 1000000 | 101001 |
Color Harmonies of #2635AD
Complementary color
Monochromatic Colors of #2635AD
Black with #2635AD
Text Example
Text Example
White with #2635AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2635AD; }
p { color: rgb(38,53,173); }
H1.HeaderClassName
{
color: #2635AD;
}
.AnyTagClassName
{
color: #2635AD;
}
</style>
background-color css
<style>
a { background-color: #2635AD; }
a { background-color: rgb(38,53,173); }
div.DivClassName
{
background-color: #2635AD;
}
.BgClassName
{
background-color: #2635AD;
}
</style>
border-color css
<style>
span { border-color: #2635AD; }
span { border-color: rgb(38,53,173); }
td.TdClassName
{
border-color: #2635AD;
}
.TagClassName
{
border-color: #2635AD;
}
</style>