Shades of Persian Blue #352CBA
Tints of Persian Blue #352CBA
RGB
CMYK
RGB Variations
Color information
#352CBA (or 0x352CBA) is known color: Persian Blue. HEX triplet: 35, 2C and BA. RGB value is (53,44,186). Sum of RGB (Red+Green+Blue) = 53+44+186=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #352CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CBA is #CAD345. Grayscale: #3E3E3E. Windows color (decimal): -13292358 or 12201013. OLE color: 12201013.
HSL color Cylindrical-coordinate representation of color #352CBA: hue angle of 243.8º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352CBA is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 44 | 186 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.27 |
| HSL | 243.8º | 0.62% | 0.45% | - |
| HSV(B) | 243.8º | 0.76% | 0.73% | - |
| XYZ | 11.23 | 6.1 | 47.04 | - |
| YUV | 62.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 186 | 0.72 | 0.76 | 0 | 0.27 | 243.8 | 0.62 | 0.45 |
| Hex | 35 | 2C | BA | 48 | 4C | 0 | 1B | F4 | 3E | 2D |
| Octal | 65 | 54 | 272 | 110 | 114 | 0 | 33 | 364 | 76 | 55 |
| Binary | 110101 | 101100 | 10111010 | 1001000 | 1001100 | 0 | 11011 | 11110100 | 111110 | 101101 |
Color Harmonies of #352CBA
Complementary color
Monochromatic Colors of #352CBA
Black with #352CBA
Text Example
Text Example
White with #352CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CBA; }
p { color: rgb(53,44,186); }
H1.HeaderClassName
{
color: #352CBA;
}
.AnyTagClassName
{
color: #352CBA;
}
</style>
background-color css
<style>
a { background-color: #352CBA; }
a { background-color: rgb(53,44,186); }
div.DivClassName
{
background-color: #352CBA;
}
.BgClassName
{
background-color: #352CBA;
}
</style>
border-color css
<style>
span { border-color: #352CBA; }
span { border-color: rgb(53,44,186); }
td.TdClassName
{
border-color: #352CBA;
}
.TagClassName
{
border-color: #352CBA;
}
</style>