Shades of Persian Blue #352EBA
Tints of Persian Blue #352EBA
RGB
CMYK
RGB Variations
Color information
#352EBA (or 0x352EBA) is known color: Persian Blue. HEX triplet: 35, 2E and BA. RGB value is (53,46,186). Sum of RGB (Red+Green+Blue) = 53+46+186=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #352EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EBA is #CAD145. Grayscale: #3F3F3F. Windows color (decimal): -13291846 or 12201525. OLE color: 12201525.
HSL color Cylindrical-coordinate representation of color #352EBA: hue angle of 243º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352EBA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 46 | 186 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.27 |
| HSL | 243º | 0.6% | 0.45% | - |
| HSV(B) | 243º | 0.75% | 0.73% | - |
| XYZ | 11.31 | 6.26 | 47.07 | - |
| YUV | 64.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 186 | 0.72 | 0.75 | 0 | 0.27 | 243 | 0.6 | 0.45 |
| Hex | 35 | 2E | BA | 48 | 4B | 0 | 1B | F3 | 3C | 2D |
| Octal | 65 | 56 | 272 | 110 | 113 | 0 | 33 | 363 | 74 | 55 |
| Binary | 110101 | 101110 | 10111010 | 1001000 | 1001011 | 0 | 11011 | 11110011 | 111100 | 101101 |
Color Harmonies of #352EBA
Complementary color
Monochromatic Colors of #352EBA
Black with #352EBA
Text Example
Text Example
White with #352EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EBA; }
p { color: rgb(53,46,186); }
H1.HeaderClassName
{
color: #352EBA;
}
.AnyTagClassName
{
color: #352EBA;
}
</style>
background-color css
<style>
a { background-color: #352EBA; }
a { background-color: rgb(53,46,186); }
div.DivClassName
{
background-color: #352EBA;
}
.BgClassName
{
background-color: #352EBA;
}
</style>
border-color css
<style>
span { border-color: #352EBA; }
span { border-color: rgb(53,46,186); }
td.TdClassName
{
border-color: #352EBA;
}
.TagClassName
{
border-color: #352EBA;
}
</style>