Shades of Persian Blue #3535BD
Tints of Persian Blue #3535BD
RGB
CMYK
RGB Variations
Color information
#3535BD (or 0x3535BD) is known color: Persian Blue. HEX triplet: 35, 35 and BD. RGB value is (53,53,189). Sum of RGB (Red+Green+Blue) = 53+53+189=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #3535BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3535BD is #CACA42. Grayscale: #434343. Windows color (decimal): -13290051 or 12399925. OLE color: 12399925.
HSL color Cylindrical-coordinate representation of color #3535BD: 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 #3535BD is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 53 | 189 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.26 |
| HSL | 240º | 0.56% | 0.47% | - |
| HSV(B) | 240º | 0.72% | 0.74% | - |
| XYZ | 11.93 | 6.98 | 48.86 | - |
| YUV | 68.5 | 196 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 189 | 0.72 | 0.72 | 0 | 0.26 | 240 | 0.56 | 0.47 |
| Hex | 35 | 35 | BD | 48 | 48 | 0 | 1A | F0 | 38 | 2F |
| Octal | 65 | 65 | 275 | 110 | 110 | 0 | 32 | 360 | 70 | 57 |
| Binary | 110101 | 110101 | 10111101 | 1001000 | 1001000 | 0 | 11010 | 11110000 | 111000 | 101111 |
Color Harmonies of #3535BD
Complementary color
Monochromatic Colors of #3535BD
Black with #3535BD
Text Example
Text Example
White with #3535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3535BD; }
p { color: rgb(53,53,189); }
H1.HeaderClassName
{
color: #3535BD;
}
.AnyTagClassName
{
color: #3535BD;
}
</style>
background-color css
<style>
a { background-color: #3535BD; }
a { background-color: rgb(53,53,189); }
div.DivClassName
{
background-color: #3535BD;
}
.BgClassName
{
background-color: #3535BD;
}
</style>
border-color css
<style>
span { border-color: #3535BD; }
span { border-color: rgb(53,53,189); }
td.TdClassName
{
border-color: #3535BD;
}
.TagClassName
{
border-color: #3535BD;
}
</style>