Shades of Persian Blue #2636AD
Tints of Persian Blue #2636AD
RGB
CMYK
RGB Variations
Color information
#2636AD (or 0x2636AD) is known color: Persian Blue. HEX triplet: 26, 36 and AD. RGB value is (38,54,173). Sum of RGB (Red+Green+Blue) = 38+54+173=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #2636AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2636AD is #D9C952. Grayscale: #3E3E3E. Windows color (decimal): -14272851 or 11351590. OLE color: 11351590.
HSL color Cylindrical-coordinate representation of color #2636AD: hue angle of 232.89º 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 #2636AD is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 54 | 173 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.32 |
| HSL | 232.89º | 0.64% | 0.41% | - |
| HSV(B) | 232.89º | 0.78% | 0.68% | - |
| XYZ | 9.66 | 6.07 | 40.2 | - |
| YUV | 62.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 173 | 0.78 | 0.69 | 0 | 0.32 | 232.89 | 0.64 | 0.41 |
| Hex | 26 | 36 | AD | 4E | 45 | 0 | 20 | E9 | 40 | 29 |
| Octal | 46 | 66 | 255 | 116 | 105 | 0 | 40 | 351 | 100 | 51 |
| Binary | 100110 | 110110 | 10101101 | 1001110 | 1000101 | 0 | 100000 | 11101001 | 1000000 | 101001 |
Color Harmonies of #2636AD
Complementary color
Monochromatic Colors of #2636AD
Black with #2636AD
Text Example
Text Example
White with #2636AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2636AD; }
p { color: rgb(38,54,173); }
H1.HeaderClassName
{
color: #2636AD;
}
.AnyTagClassName
{
color: #2636AD;
}
</style>
background-color css
<style>
a { background-color: #2636AD; }
a { background-color: rgb(38,54,173); }
div.DivClassName
{
background-color: #2636AD;
}
.BgClassName
{
background-color: #2636AD;
}
</style>
border-color css
<style>
span { border-color: #2636AD; }
span { border-color: rgb(38,54,173); }
td.TdClassName
{
border-color: #2636AD;
}
.TagClassName
{
border-color: #2636AD;
}
</style>