Shades of Persian Blue #3520CB
Tints of Persian Blue #3520CB
RGB
CMYK
RGB Variations
Color information
#3520CB (or 0x3520CB) is known color: Persian Blue. HEX triplet: 35, 20 and CB. RGB value is (53,32,203). Sum of RGB (Red+Green+Blue) = 53+32+203=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #3520CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520CB is #CADF34. Grayscale: #393939. Windows color (decimal): -13295413 or 13312053. OLE color: 13312053.
HSL color Cylindrical-coordinate representation of color #3520CB: hue angle of 247.37º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3520CB is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 32 | 203 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.20 |
| HSL | 247.37º | 0.73% | 0.46% | - |
| HSV(B) | 247.37º | 0.84% | 0.8% | - |
| XYZ | 12.76 | 6.1 | 57 | - |
| YUV | 57.77 | 209.96 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 203 | 0.74 | 0.84 | 0 | 0.20 | 247.37 | 0.73 | 0.46 |
| Hex | 35 | 20 | CB | 4A | 54 | 0 | 14 | F7 | 49 | 2E |
| Octal | 65 | 40 | 313 | 112 | 124 | 0 | 24 | 367 | 111 | 56 |
| Binary | 110101 | 100000 | 11001011 | 1001010 | 1010100 | 0 | 10100 | 11110111 | 1001001 | 101110 |
Color Harmonies of #3520CB
Complementary color
Monochromatic Colors of #3520CB
Black with #3520CB
Text Example
Text Example
White with #3520CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3520CB; }
p { color: rgb(53,32,203); }
H1.HeaderClassName
{
color: #3520CB;
}
.AnyTagClassName
{
color: #3520CB;
}
</style>
background-color css
<style>
a { background-color: #3520CB; }
a { background-color: rgb(53,32,203); }
div.DivClassName
{
background-color: #3520CB;
}
.BgClassName
{
background-color: #3520CB;
}
</style>
border-color css
<style>
span { border-color: #3520CB; }
span { border-color: rgb(53,32,203); }
td.TdClassName
{
border-color: #3520CB;
}
.TagClassName
{
border-color: #3520CB;
}
</style>