Shades of Persian Blue #3534AA
Tints of Persian Blue #3534AA
RGB
CMYK
RGB Variations
Color information
#3534AA (or 0x3534AA) is known color: Persian Blue. HEX triplet: 35, 34 and AA. RGB value is (53,52,170). Sum of RGB (Red+Green+Blue) = 53+52+170=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #3534AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534AA is #CACB55. Grayscale: #414141. Windows color (decimal): -13290326 or 11154485. OLE color: 11154485.
HSL color Cylindrical-coordinate representation of color #3534AA: hue angle of 240.51º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3534AA is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 52 | 170 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.33 |
| HSL | 240.51º | 0.53% | 0.44% | - |
| HSV(B) | 240.51º | 0.69% | 0.67% | - |
| XYZ | 9.95 | 6.12 | 38.69 | - |
| YUV | 65.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 170 | 0.69 | 0.69 | 0 | 0.33 | 240.51 | 0.53 | 0.44 |
| Hex | 35 | 34 | AA | 45 | 45 | 0 | 21 | F1 | 35 | 2C |
| Octal | 65 | 64 | 252 | 105 | 105 | 0 | 41 | 361 | 65 | 54 |
| Binary | 110101 | 110100 | 10101010 | 1000101 | 1000101 | 0 | 100001 | 11110001 | 110101 | 101100 |
Color Harmonies of #3534AA
Complementary color
Monochromatic Colors of #3534AA
Black with #3534AA
Text Example
Text Example
White with #3534AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534AA; }
p { color: rgb(53,52,170); }
H1.HeaderClassName
{
color: #3534AA;
}
.AnyTagClassName
{
color: #3534AA;
}
</style>
background-color css
<style>
a { background-color: #3534AA; }
a { background-color: rgb(53,52,170); }
div.DivClassName
{
background-color: #3534AA;
}
.BgClassName
{
background-color: #3534AA;
}
</style>
border-color css
<style>
span { border-color: #3534AA; }
span { border-color: rgb(53,52,170); }
td.TdClassName
{
border-color: #3534AA;
}
.TagClassName
{
border-color: #3534AA;
}
</style>