Shades of Persian Blue #353AB5
Tints of Persian Blue #353AB5
RGB
CMYK
RGB Variations
Color information
#353AB5 (or 0x353AB5) is known color: Persian Blue. HEX triplet: 35, 3A and B5. RGB value is (53,58,181). Sum of RGB (Red+Green+Blue) = 53+58+181=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #353AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AB5 is #CAC54A. Grayscale: #464646. Windows color (decimal): -13288779 or 11876917. OLE color: 11876917.
HSL color Cylindrical-coordinate representation of color #353AB5: hue angle of 237.66º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353AB5 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 58 | 181 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.29 |
| HSL | 237.66º | 0.55% | 0.46% | - |
| HSV(B) | 237.66º | 0.71% | 0.71% | - |
| XYZ | 11.32 | 7.12 | 44.49 | - |
| YUV | 70.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 181 | 0.71 | 0.68 | 0 | 0.29 | 237.66 | 0.55 | 0.46 |
| Hex | 35 | 3A | B5 | 47 | 44 | 0 | 1D | EE | 37 | 2E |
| Octal | 65 | 72 | 265 | 107 | 104 | 0 | 35 | 356 | 67 | 56 |
| Binary | 110101 | 111010 | 10110101 | 1000111 | 1000100 | 0 | 11101 | 11101110 | 110111 | 101110 |
Color Harmonies of #353AB5
Complementary color
Monochromatic Colors of #353AB5
Black with #353AB5
Text Example
Text Example
White with #353AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AB5; }
p { color: rgb(53,58,181); }
H1.HeaderClassName
{
color: #353AB5;
}
.AnyTagClassName
{
color: #353AB5;
}
</style>
background-color css
<style>
a { background-color: #353AB5; }
a { background-color: rgb(53,58,181); }
div.DivClassName
{
background-color: #353AB5;
}
.BgClassName
{
background-color: #353AB5;
}
</style>
border-color css
<style>
span { border-color: #353AB5; }
span { border-color: rgb(53,58,181); }
td.TdClassName
{
border-color: #353AB5;
}
.TagClassName
{
border-color: #353AB5;
}
</style>