Shades of Persian Blue #3534BB
Tints of Persian Blue #3534BB
RGB
CMYK
RGB Variations
Color information
#3534BB (or 0x3534BB) is known color: Persian Blue. HEX triplet: 35, 34 and BB. RGB value is (53,52,187). Sum of RGB (Red+Green+Blue) = 53+52+187=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #3534BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534BB is #CACB44. Grayscale: #434343. Windows color (decimal): -13290309 or 12268597. OLE color: 12268597.
HSL color Cylindrical-coordinate representation of color #3534BB: hue angle of 240.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3534BB is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 52 | 187 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.27 |
| HSL | 240.44º | 0.56% | 0.47% | - |
| HSV(B) | 240.44º | 0.72% | 0.73% | - |
| XYZ | 11.67 | 6.8 | 47.71 | - |
| YUV | 67.69 | 195.33 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 187 | 0.72 | 0.72 | 0 | 0.27 | 240.44 | 0.56 | 0.47 |
| Hex | 35 | 34 | BB | 48 | 48 | 0 | 1B | F0 | 38 | 2F |
| Octal | 65 | 64 | 273 | 110 | 110 | 0 | 33 | 360 | 70 | 57 |
| Binary | 110101 | 110100 | 10111011 | 1001000 | 1001000 | 0 | 11011 | 11110000 | 111000 | 101111 |
Color Harmonies of #3534BB
Complementary color
Monochromatic Colors of #3534BB
Black with #3534BB
Text Example
Text Example
White with #3534BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534BB; }
p { color: rgb(53,52,187); }
H1.HeaderClassName
{
color: #3534BB;
}
.AnyTagClassName
{
color: #3534BB;
}
</style>
background-color css
<style>
a { background-color: #3534BB; }
a { background-color: rgb(53,52,187); }
div.DivClassName
{
background-color: #3534BB;
}
.BgClassName
{
background-color: #3534BB;
}
</style>
border-color css
<style>
span { border-color: #3534BB; }
span { border-color: rgb(53,52,187); }
td.TdClassName
{
border-color: #3534BB;
}
.TagClassName
{
border-color: #3534BB;
}
</style>