Shades of Persian Blue #3426D8
Tints of Persian Blue #3426D8
RGB
CMYK
RGB Variations
Color information
#3426D8 (or 0x3426D8) is known color: Persian Blue. HEX triplet: 34, 26 and D8. RGB value is (52,38,216). Sum of RGB (Red+Green+Blue) = 52+38+216=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 216 (84.77% from 255 or 70.59% from 306); Max value from RGB is 216 - color contains mainly: blue. Hex color #3426D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426D8 is #CBD927. Grayscale: #3D3D3D. Windows color (decimal): -13359400 or 14165556. OLE color: 14165556.
HSL color Cylindrical-coordinate representation of color #3426D8: hue angle of 244.72º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3426D8 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 38 | 216 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.15 |
| HSL | 244.72º | 0.7% | 0.5% | - |
| HSV(B) | 244.72º | 0.82% | 0.85% | - |
| XYZ | 14.5 | 7.07 | 65.57 | - |
| YUV | 62.48 | 214.64 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 216 | 0.76 | 0.82 | 0 | 0.15 | 244.72 | 0.7 | 0.5 |
| Hex | 34 | 26 | D8 | 4C | 52 | 0 | F | F5 | 46 | 32 |
| Octal | 64 | 46 | 330 | 114 | 122 | 0 | 17 | 365 | 106 | 62 |
| Binary | 110100 | 100110 | 11011000 | 1001100 | 1010010 | 0 | 1111 | 11110101 | 1000110 | 110010 |
Color Harmonies of #3426D8
Complementary color
Monochromatic Colors of #3426D8
Black with #3426D8
Text Example
Text Example
White with #3426D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426D8; }
p { color: rgb(52,38,216); }
H1.HeaderClassName
{
color: #3426D8;
}
.AnyTagClassName
{
color: #3426D8;
}
</style>
background-color css
<style>
a { background-color: #3426D8; }
a { background-color: rgb(52,38,216); }
div.DivClassName
{
background-color: #3426D8;
}
.BgClassName
{
background-color: #3426D8;
}
</style>
border-color css
<style>
span { border-color: #3426D8; }
span { border-color: rgb(52,38,216); }
td.TdClassName
{
border-color: #3426D8;
}
.TagClassName
{
border-color: #3426D8;
}
</style>