Shades of Persian Blue #3426AD
Tints of Persian Blue #3426AD
RGB
CMYK
RGB Variations
Color information
#3426AD (or 0x3426AD) is known color: Persian Blue. HEX triplet: 34, 26 and AD. RGB value is (52,38,173). Sum of RGB (Red+Green+Blue) = 52+38+173=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #3426AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3426AD is #CBD952. Grayscale: #393939. Windows color (decimal): -13359443 or 11347508. OLE color: 11347508.
HSL color Cylindrical-coordinate representation of color #3426AD: hue angle of 246.22º 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 #3426AD is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 38 | 173 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.32 |
| HSL | 246.22º | 0.64% | 0.41% | - |
| HSV(B) | 246.22º | 0.78% | 0.68% | - |
| XYZ | 9.65 | 5.13 | 40.02 | - |
| YUV | 57.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 173 | 0.70 | 0.78 | 0 | 0.32 | 246.22 | 0.64 | 0.41 |
| Hex | 34 | 26 | AD | 46 | 4E | 0 | 20 | F6 | 40 | 29 |
| Octal | 64 | 46 | 255 | 106 | 116 | 0 | 40 | 366 | 100 | 51 |
| Binary | 110100 | 100110 | 10101101 | 1000110 | 1001110 | 0 | 100000 | 11110110 | 1000000 | 101001 |
Color Harmonies of #3426AD
Complementary color
Monochromatic Colors of #3426AD
Black with #3426AD
Text Example
Text Example
White with #3426AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426AD; }
p { color: rgb(52,38,173); }
H1.HeaderClassName
{
color: #3426AD;
}
.AnyTagClassName
{
color: #3426AD;
}
</style>
background-color css
<style>
a { background-color: #3426AD; }
a { background-color: rgb(52,38,173); }
div.DivClassName
{
background-color: #3426AD;
}
.BgClassName
{
background-color: #3426AD;
}
</style>
border-color css
<style>
span { border-color: #3426AD; }
span { border-color: rgb(52,38,173); }
td.TdClassName
{
border-color: #3426AD;
}
.TagClassName
{
border-color: #3426AD;
}
</style>