Shades of Persian Blue #352AB9
Tints of Persian Blue #352AB9
RGB
CMYK
RGB Variations
Color information
#352AB9 (or 0x352AB9) is known color: Persian Blue. HEX triplet: 35, 2A and B9. RGB value is (53,42,185). Sum of RGB (Red+Green+Blue) = 53+42+185=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #352AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352AB9 is #CAD546. Grayscale: #3D3D3D. Windows color (decimal): -13292871 or 12134965. OLE color: 12134965.
HSL color Cylindrical-coordinate representation of color #352AB9: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352AB9 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 42 | 185 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.27 |
| HSL | 244.62º | 0.63% | 0.45% | - |
| HSV(B) | 244.62º | 0.77% | 0.73% | - |
| XYZ | 11.05 | 5.92 | 46.46 | - |
| YUV | 61.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 185 | 0.71 | 0.77 | 0 | 0.27 | 244.62 | 0.63 | 0.45 |
| Hex | 35 | 2A | B9 | 47 | 4D | 0 | 1B | F5 | 3F | 2D |
| Octal | 65 | 52 | 271 | 107 | 115 | 0 | 33 | 365 | 77 | 55 |
| Binary | 110101 | 101010 | 10111001 | 1000111 | 1001101 | 0 | 11011 | 11110101 | 111111 | 101101 |
Color Harmonies of #352AB9
Complementary color
Monochromatic Colors of #352AB9
Black with #352AB9
Text Example
Text Example
White with #352AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352AB9; }
p { color: rgb(53,42,185); }
H1.HeaderClassName
{
color: #352AB9;
}
.AnyTagClassName
{
color: #352AB9;
}
</style>
background-color css
<style>
a { background-color: #352AB9; }
a { background-color: rgb(53,42,185); }
div.DivClassName
{
background-color: #352AB9;
}
.BgClassName
{
background-color: #352AB9;
}
</style>
border-color css
<style>
span { border-color: #352AB9; }
span { border-color: rgb(53,42,185); }
td.TdClassName
{
border-color: #352AB9;
}
.TagClassName
{
border-color: #352AB9;
}
</style>