Shades of Persian Blue #3527CB
Tints of Persian Blue #3527CB
RGB
CMYK
RGB Variations
Color information
#3527CB (or 0x3527CB) is known color: Persian Blue. HEX triplet: 35, 27 and CB. RGB value is (53,39,203). Sum of RGB (Red+Green+Blue) = 53+39+203=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #3527CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3527CB is #CAD834. Grayscale: #3D3D3D. Windows color (decimal): -13293621 or 13313845. OLE color: 13313845.
HSL color Cylindrical-coordinate representation of color #3527CB: hue angle of 245.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3527CB is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 39 | 203 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.20 |
| HSL | 245.12º | 0.68% | 0.47% | - |
| HSV(B) | 245.12º | 0.81% | 0.8% | - |
| XYZ | 12.97 | 6.52 | 57.07 | - |
| YUV | 61.88 | 207.64 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 203 | 0.74 | 0.81 | 0 | 0.20 | 245.12 | 0.68 | 0.47 |
| Hex | 35 | 27 | CB | 4A | 51 | 0 | 14 | F5 | 44 | 2F |
| Octal | 65 | 47 | 313 | 112 | 121 | 0 | 24 | 365 | 104 | 57 |
| Binary | 110101 | 100111 | 11001011 | 1001010 | 1010001 | 0 | 10100 | 11110101 | 1000100 | 101111 |
Color Harmonies of #3527CB
Complementary color
Monochromatic Colors of #3527CB
Black with #3527CB
Text Example
Text Example
White with #3527CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3527CB; }
p { color: rgb(53,39,203); }
H1.HeaderClassName
{
color: #3527CB;
}
.AnyTagClassName
{
color: #3527CB;
}
</style>
background-color css
<style>
a { background-color: #3527CB; }
a { background-color: rgb(53,39,203); }
div.DivClassName
{
background-color: #3527CB;
}
.BgClassName
{
background-color: #3527CB;
}
</style>
border-color css
<style>
span { border-color: #3527CB; }
span { border-color: rgb(53,39,203); }
td.TdClassName
{
border-color: #3527CB;
}
.TagClassName
{
border-color: #3527CB;
}
</style>