Shades of Persian Blue #352AB2
Tints of Persian Blue #352AB2
RGB
CMYK
RGB Variations
Color information
#352AB2 (or 0x352AB2) is known color: Persian Blue. HEX triplet: 35, 2A and B2. RGB value is (53,42,178). Sum of RGB (Red+Green+Blue) = 53+42+178=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #352AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352AB2 is #CAD54D. Grayscale: #3C3C3C. Windows color (decimal): -13292878 or 11676213. OLE color: 11676213.
HSL color Cylindrical-coordinate representation of color #352AB2: hue angle of 244.85º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352AB2 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 42 | 178 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.30 |
| HSL | 244.85º | 0.62% | 0.43% | - |
| HSV(B) | 244.85º | 0.76% | 0.7% | - |
| XYZ | 10.33 | 5.63 | 42.66 | - |
| YUV | 60.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 178 | 0.70 | 0.76 | 0 | 0.30 | 244.85 | 0.62 | 0.43 |
| Hex | 35 | 2A | B2 | 46 | 4C | 0 | 1E | F5 | 3E | 2B |
| Octal | 65 | 52 | 262 | 106 | 114 | 0 | 36 | 365 | 76 | 53 |
| Binary | 110101 | 101010 | 10110010 | 1000110 | 1001100 | 0 | 11110 | 11110101 | 111110 | 101011 |
Color Harmonies of #352AB2
Complementary color
Monochromatic Colors of #352AB2
Black with #352AB2
Text Example
Text Example
White with #352AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352AB2; }
p { color: rgb(53,42,178); }
H1.HeaderClassName
{
color: #352AB2;
}
.AnyTagClassName
{
color: #352AB2;
}
</style>
background-color css
<style>
a { background-color: #352AB2; }
a { background-color: rgb(53,42,178); }
div.DivClassName
{
background-color: #352AB2;
}
.BgClassName
{
background-color: #352AB2;
}
</style>
border-color css
<style>
span { border-color: #352AB2; }
span { border-color: rgb(53,42,178); }
td.TdClassName
{
border-color: #352AB2;
}
.TagClassName
{
border-color: #352AB2;
}
</style>