Shades of Persian Blue #3635AD
Tints of Persian Blue #3635AD
RGB
CMYK
RGB Variations
Color information
#3635AD (or 0x3635AD) is known color: Persian Blue. HEX triplet: 36, 35 and AD. RGB value is (54,53,173). Sum of RGB (Red+Green+Blue) = 54+53+173=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #3635AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3635AD is #C9CA52. Grayscale: #424242. Windows color (decimal): -13224531 or 11351350. OLE color: 11351350.
HSL color Cylindrical-coordinate representation of color #3635AD: hue angle of 240.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3635AD is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 53 | 173 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.32 |
| HSL | 240.5º | 0.53% | 0.44% | - |
| HSV(B) | 240.5º | 0.69% | 0.68% | - |
| XYZ | 10.34 | 6.35 | 40.22 | - |
| YUV | 66.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 173 | 0.69 | 0.69 | 0 | 0.32 | 240.5 | 0.53 | 0.44 |
| Hex | 36 | 35 | AD | 45 | 45 | 0 | 20 | F0 | 35 | 2C |
| Octal | 66 | 65 | 255 | 105 | 105 | 0 | 40 | 360 | 65 | 54 |
| Binary | 110110 | 110101 | 10101101 | 1000101 | 1000101 | 0 | 100000 | 11110000 | 110101 | 101100 |
Color Harmonies of #3635AD
Complementary color
Monochromatic Colors of #3635AD
Black with #3635AD
Text Example
Text Example
White with #3635AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3635AD; }
p { color: rgb(54,53,173); }
H1.HeaderClassName
{
color: #3635AD;
}
.AnyTagClassName
{
color: #3635AD;
}
</style>
background-color css
<style>
a { background-color: #3635AD; }
a { background-color: rgb(54,53,173); }
div.DivClassName
{
background-color: #3635AD;
}
.BgClassName
{
background-color: #3635AD;
}
</style>
border-color css
<style>
span { border-color: #3635AD; }
span { border-color: rgb(54,53,173); }
td.TdClassName
{
border-color: #3635AD;
}
.TagClassName
{
border-color: #3635AD;
}
</style>