Shades of Persian Blue #3533BC
Tints of Persian Blue #3533BC
RGB
CMYK
RGB Variations
Color information
#3533BC (or 0x3533BC) is known color: Persian Blue. HEX triplet: 35, 33 and BC. RGB value is (53,51,188). Sum of RGB (Red+Green+Blue) = 53+51+188=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #3533BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533BC is #CACC43. Grayscale: #424242. Windows color (decimal): -13290564 or 12333877. OLE color: 12333877.
HSL color Cylindrical-coordinate representation of color #3533BC: hue angle of 240.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3533BC is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 51 | 188 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.26 |
| HSL | 240.88º | 0.57% | 0.47% | - |
| HSV(B) | 240.88º | 0.73% | 0.74% | - |
| XYZ | 11.73 | 6.76 | 48.26 | - |
| YUV | 67.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 188 | 0.72 | 0.73 | 0 | 0.26 | 240.88 | 0.57 | 0.47 |
| Hex | 35 | 33 | BC | 48 | 49 | 0 | 1A | F1 | 39 | 2F |
| Octal | 65 | 63 | 274 | 110 | 111 | 0 | 32 | 361 | 71 | 57 |
| Binary | 110101 | 110011 | 10111100 | 1001000 | 1001001 | 0 | 11010 | 11110001 | 111001 | 101111 |
Color Harmonies of #3533BC
Complementary color
Monochromatic Colors of #3533BC
Black with #3533BC
Text Example
Text Example
White with #3533BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3533BC; }
p { color: rgb(53,51,188); }
H1.HeaderClassName
{
color: #3533BC;
}
.AnyTagClassName
{
color: #3533BC;
}
</style>
background-color css
<style>
a { background-color: #3533BC; }
a { background-color: rgb(53,51,188); }
div.DivClassName
{
background-color: #3533BC;
}
.BgClassName
{
background-color: #3533BC;
}
</style>
border-color css
<style>
span { border-color: #3533BC; }
span { border-color: rgb(53,51,188); }
td.TdClassName
{
border-color: #3533BC;
}
.TagClassName
{
border-color: #3533BC;
}
</style>