Shades of Persian Blue #3435BB
Tints of Persian Blue #3435BB
RGB
CMYK
RGB Variations
Color information
#3435BB (or 0x3435BB) is known color: Persian Blue. HEX triplet: 34, 35 and BB. RGB value is (52,53,187). Sum of RGB (Red+Green+Blue) = 52+53+187=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 53 (21.09% from 255 or 18.15% 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 #3435BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435BB is #CBCA44. Grayscale: #434343. Windows color (decimal): -13355589 or 12268852. OLE color: 12268852.
HSL color Cylindrical-coordinate representation of color #3435BB: hue angle of 239.56º 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 #3435BB is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 53 | 187 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.27 |
| HSL | 239.56º | 0.56% | 0.47% | - |
| HSV(B) | 239.56º | 0.72% | 0.73% | - |
| XYZ | 11.66 | 6.86 | 47.72 | - |
| YUV | 67.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 187 | 0.72 | 0.72 | 0 | 0.27 | 239.56 | 0.56 | 0.47 |
| Hex | 34 | 35 | BB | 48 | 48 | 0 | 1B | F0 | 38 | 2F |
| Octal | 64 | 65 | 273 | 110 | 110 | 0 | 33 | 360 | 70 | 57 |
| Binary | 110100 | 110101 | 10111011 | 1001000 | 1001000 | 0 | 11011 | 11110000 | 111000 | 101111 |
Color Harmonies of #3435BB
Complementary color
Monochromatic Colors of #3435BB
Black with #3435BB
Text Example
Text Example
White with #3435BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435BB; }
p { color: rgb(52,53,187); }
H1.HeaderClassName
{
color: #3435BB;
}
.AnyTagClassName
{
color: #3435BB;
}
</style>
background-color css
<style>
a { background-color: #3435BB; }
a { background-color: rgb(52,53,187); }
div.DivClassName
{
background-color: #3435BB;
}
.BgClassName
{
background-color: #3435BB;
}
</style>
border-color css
<style>
span { border-color: #3435BB; }
span { border-color: rgb(52,53,187); }
td.TdClassName
{
border-color: #3435BB;
}
.TagClassName
{
border-color: #3435BB;
}
</style>