Shades of Persian Blue #3535BC
Tints of Persian Blue #3535BC
RGB
CMYK
RGB Variations
Color information
#3535BC (or 0x3535BC) is known color: Persian Blue. HEX triplet: 35, 35 and BC. RGB value is (53,53,188). Sum of RGB (Red+Green+Blue) = 53+53+188=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #3535BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3535BC is #CACA43. Grayscale: #434343. Windows color (decimal): -13290052 or 12334389. OLE color: 12334389.
HSL color Cylindrical-coordinate representation of color #3535BC: hue angle of 240º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3535BC is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 53 | 188 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.26 |
| HSL | 240º | 0.56% | 0.47% | - |
| HSV(B) | 240º | 0.72% | 0.74% | - |
| XYZ | 11.82 | 6.93 | 48.29 | - |
| YUV | 68.39 | 195.5 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 188 | 0.72 | 0.72 | 0 | 0.26 | 240 | 0.56 | 0.47 |
| Hex | 35 | 35 | BC | 48 | 48 | 0 | 1A | F0 | 38 | 2F |
| Octal | 65 | 65 | 274 | 110 | 110 | 0 | 32 | 360 | 70 | 57 |
| Binary | 110101 | 110101 | 10111100 | 1001000 | 1001000 | 0 | 11010 | 11110000 | 111000 | 101111 |
Color Harmonies of #3535BC
Complementary color
Monochromatic Colors of #3535BC
Black with #3535BC
Text Example
Text Example
White with #3535BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3535BC; }
p { color: rgb(53,53,188); }
H1.HeaderClassName
{
color: #3535BC;
}
.AnyTagClassName
{
color: #3535BC;
}
</style>
background-color css
<style>
a { background-color: #3535BC; }
a { background-color: rgb(53,53,188); }
div.DivClassName
{
background-color: #3535BC;
}
.BgClassName
{
background-color: #3535BC;
}
</style>
border-color css
<style>
span { border-color: #3535BC; }
span { border-color: rgb(53,53,188); }
td.TdClassName
{
border-color: #3535BC;
}
.TagClassName
{
border-color: #3535BC;
}
</style>