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