Shades of Persian Blue #352CBB
Tints of Persian Blue #352CBB
RGB
CMYK
RGB Variations
Color information
#352CBB (or 0x352CBB) is known color: Persian Blue. HEX triplet: 35, 2C and BB. RGB value is (53,44,187). Sum of RGB (Red+Green+Blue) = 53+44+187=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #352CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CBB is #CAD344. Grayscale: #3E3E3E. Windows color (decimal): -13292357 or 12266549. OLE color: 12266549.
HSL color Cylindrical-coordinate representation of color #352CBB: hue angle of 243.78º 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 #352CBB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 44 | 187 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.27 |
| HSL | 243.78º | 0.62% | 0.45% | - |
| HSV(B) | 243.78º | 0.76% | 0.73% | - |
| XYZ | 11.34 | 6.15 | 47.6 | - |
| YUV | 62.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 187 | 0.72 | 0.76 | 0 | 0.27 | 243.78 | 0.62 | 0.45 |
| Hex | 35 | 2C | BB | 48 | 4C | 0 | 1B | F4 | 3E | 2D |
| Octal | 65 | 54 | 273 | 110 | 114 | 0 | 33 | 364 | 76 | 55 |
| Binary | 110101 | 101100 | 10111011 | 1001000 | 1001100 | 0 | 11011 | 11110100 | 111110 | 101101 |
Color Harmonies of #352CBB
Complementary color
Monochromatic Colors of #352CBB
Black with #352CBB
Text Example
Text Example
White with #352CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CBB; }
p { color: rgb(53,44,187); }
H1.HeaderClassName
{
color: #352CBB;
}
.AnyTagClassName
{
color: #352CBB;
}
</style>
background-color css
<style>
a { background-color: #352CBB; }
a { background-color: rgb(53,44,187); }
div.DivClassName
{
background-color: #352CBB;
}
.BgClassName
{
background-color: #352CBB;
}
</style>
border-color css
<style>
span { border-color: #352CBB; }
span { border-color: rgb(53,44,187); }
td.TdClassName
{
border-color: #352CBB;
}
.TagClassName
{
border-color: #352CBB;
}
</style>