Shades of Persian Blue #3533CB
Tints of Persian Blue #3533CB
RGB
CMYK
RGB Variations
Color information
#3533CB (or 0x3533CB) is known color: Persian Blue. HEX triplet: 35, 33 and CB. RGB value is (53,51,203). Sum of RGB (Red+Green+Blue) = 53+51+203=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #3533CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533CB is #CACC34. Grayscale: #444444. Windows color (decimal): -13290549 or 13316917. OLE color: 13316917.
HSL color Cylindrical-coordinate representation of color #3533CB: hue angle of 240.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3533CB is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 51 | 203 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.20 |
| HSL | 240.79º | 0.6% | 0.5% | - |
| HSV(B) | 240.79º | 0.75% | 0.8% | - |
| XYZ | 13.43 | 7.44 | 57.23 | - |
| YUV | 68.93 | 203.66 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 203 | 0.74 | 0.75 | 0 | 0.20 | 240.79 | 0.6 | 0.5 |
| Hex | 35 | 33 | CB | 4A | 4B | 0 | 14 | F1 | 3C | 32 |
| Octal | 65 | 63 | 313 | 112 | 113 | 0 | 24 | 361 | 74 | 62 |
| Binary | 110101 | 110011 | 11001011 | 1001010 | 1001011 | 0 | 10100 | 11110001 | 111100 | 110010 |
Color Harmonies of #3533CB
Complementary color
Monochromatic Colors of #3533CB
Black with #3533CB
Text Example
Text Example
White with #3533CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3533CB; }
p { color: rgb(53,51,203); }
H1.HeaderClassName
{
color: #3533CB;
}
.AnyTagClassName
{
color: #3533CB;
}
</style>
background-color css
<style>
a { background-color: #3533CB; }
a { background-color: rgb(53,51,203); }
div.DivClassName
{
background-color: #3533CB;
}
.BgClassName
{
background-color: #3533CB;
}
</style>
border-color css
<style>
span { border-color: #3533CB; }
span { border-color: rgb(53,51,203); }
td.TdClassName
{
border-color: #3533CB;
}
.TagClassName
{
border-color: #3533CB;
}
</style>