Shades of Persian Blue #3538AB
Tints of Persian Blue #3538AB
RGB
CMYK
RGB Variations
Color information
#3538AB (or 0x3538AB) is known color: Persian Blue. HEX triplet: 35, 38 and AB. RGB value is (53,56,171). Sum of RGB (Red+Green+Blue) = 53+56+171=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3538AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3538AB is #CAC754. Grayscale: #434343. Windows color (decimal): -13289301 or 11221045. OLE color: 11221045.
HSL color Cylindrical-coordinate representation of color #3538AB: hue angle of 238.47º 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 #3538AB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 56 | 171 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.33 |
| HSL | 238.47º | 0.53% | 0.44% | - |
| HSV(B) | 238.47º | 0.69% | 0.67% | - |
| XYZ | 10.23 | 6.53 | 39.25 | - |
| YUV | 68.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 171 | 0.69 | 0.67 | 0 | 0.33 | 238.47 | 0.53 | 0.44 |
| Hex | 35 | 38 | AB | 45 | 43 | 0 | 21 | EE | 35 | 2C |
| Octal | 65 | 70 | 253 | 105 | 103 | 0 | 41 | 356 | 65 | 54 |
| Binary | 110101 | 111000 | 10101011 | 1000101 | 1000011 | 0 | 100001 | 11101110 | 110101 | 101100 |
Color Harmonies of #3538AB
Complementary color
Monochromatic Colors of #3538AB
Black with #3538AB
Text Example
Text Example
White with #3538AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3538AB; }
p { color: rgb(53,56,171); }
H1.HeaderClassName
{
color: #3538AB;
}
.AnyTagClassName
{
color: #3538AB;
}
</style>
background-color css
<style>
a { background-color: #3538AB; }
a { background-color: rgb(53,56,171); }
div.DivClassName
{
background-color: #3538AB;
}
.BgClassName
{
background-color: #3538AB;
}
</style>
border-color css
<style>
span { border-color: #3538AB; }
span { border-color: rgb(53,56,171); }
td.TdClassName
{
border-color: #3538AB;
}
.TagClassName
{
border-color: #3538AB;
}
</style>