Shades of Persian Blue #352DBB
Tints of Persian Blue #352DBB
RGB
CMYK
RGB Variations
Color information
#352DBB (or 0x352DBB) is known color: Persian Blue. HEX triplet: 35, 2D and BB. RGB value is (53,45,187). Sum of RGB (Red+Green+Blue) = 53+45+187=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #352DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DBB is #CAD244. Grayscale: #3F3F3F. Windows color (decimal): -13292101 or 12266805. OLE color: 12266805.
HSL color Cylindrical-coordinate representation of color #352DBB: hue angle of 243.38º degrees, saturation: 0.61, 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 #352DBB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 45 | 187 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.27 |
| HSL | 243.38º | 0.61% | 0.45% | - |
| HSV(B) | 243.38º | 0.76% | 0.73% | - |
| XYZ | 11.38 | 6.22 | 47.61 | - |
| YUV | 63.58 | 197.65 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 187 | 0.72 | 0.76 | 0 | 0.27 | 243.38 | 0.61 | 0.45 |
| Hex | 35 | 2D | BB | 48 | 4C | 0 | 1B | F3 | 3D | 2D |
| Octal | 65 | 55 | 273 | 110 | 114 | 0 | 33 | 363 | 75 | 55 |
| Binary | 110101 | 101101 | 10111011 | 1001000 | 1001100 | 0 | 11011 | 11110011 | 111101 | 101101 |
Color Harmonies of #352DBB
Complementary color
Monochromatic Colors of #352DBB
Black with #352DBB
Text Example
Text Example
White with #352DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352DBB; }
p { color: rgb(53,45,187); }
H1.HeaderClassName
{
color: #352DBB;
}
.AnyTagClassName
{
color: #352DBB;
}
</style>
background-color css
<style>
a { background-color: #352DBB; }
a { background-color: rgb(53,45,187); }
div.DivClassName
{
background-color: #352DBB;
}
.BgClassName
{
background-color: #352DBB;
}
</style>
border-color css
<style>
span { border-color: #352DBB; }
span { border-color: rgb(53,45,187); }
td.TdClassName
{
border-color: #352DBB;
}
.TagClassName
{
border-color: #352DBB;
}
</style>