Shades of Persian Blue #3533AB
Tints of Persian Blue #3533AB
RGB
CMYK
RGB Variations
Color information
#3533AB (or 0x3533AB) is known color: Persian Blue. HEX triplet: 35, 33 and AB. RGB value is (53,51,171). Sum of RGB (Red+Green+Blue) = 53+51+171=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #3533AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3533AB is #CACC54. Grayscale: #404040. Windows color (decimal): -13290581 or 11219765. OLE color: 11219765.
HSL color Cylindrical-coordinate representation of color #3533AB: hue angle of 241º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3533AB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 51 | 171 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.33 |
| HSL | 241º | 0.54% | 0.44% | - |
| HSV(B) | 241º | 0.7% | 0.67% | - |
| XYZ | 10 | 6.06 | 39.17 | - |
| YUV | 65.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 171 | 0.69 | 0.70 | 0 | 0.33 | 241 | 0.54 | 0.44 |
| Hex | 35 | 33 | AB | 45 | 46 | 0 | 21 | F1 | 36 | 2C |
| Octal | 65 | 63 | 253 | 105 | 106 | 0 | 41 | 361 | 66 | 54 |
| Binary | 110101 | 110011 | 10101011 | 1000101 | 1000110 | 0 | 100001 | 11110001 | 110110 | 101100 |
Color Harmonies of #3533AB
Complementary color
Monochromatic Colors of #3533AB
Black with #3533AB
Text Example
Text Example
White with #3533AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3533AB; }
p { color: rgb(53,51,171); }
H1.HeaderClassName
{
color: #3533AB;
}
.AnyTagClassName
{
color: #3533AB;
}
</style>
background-color css
<style>
a { background-color: #3533AB; }
a { background-color: rgb(53,51,171); }
div.DivClassName
{
background-color: #3533AB;
}
.BgClassName
{
background-color: #3533AB;
}
</style>
border-color css
<style>
span { border-color: #3533AB; }
span { border-color: rgb(53,51,171); }
td.TdClassName
{
border-color: #3533AB;
}
.TagClassName
{
border-color: #3533AB;
}
</style>