Shades of Persian Blue #3531CB
Tints of Persian Blue #3531CB
RGB
CMYK
RGB Variations
Color information
#3531CB (or 0x3531CB) is known color: Persian Blue. HEX triplet: 35, 31 and CB. RGB value is (53,49,203). Sum of RGB (Red+Green+Blue) = 53+49+203=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #3531CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531CB is #CACE34. Grayscale: #434343. Windows color (decimal): -13291061 or 13316405. OLE color: 13316405.
HSL color Cylindrical-coordinate representation of color #3531CB: hue angle of 241.56º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3531CB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 49 | 203 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.20 |
| HSL | 241.56º | 0.61% | 0.49% | - |
| HSV(B) | 241.56º | 0.76% | 0.8% | - |
| XYZ | 13.35 | 7.27 | 57.2 | - |
| YUV | 67.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 203 | 0.74 | 0.76 | 0 | 0.20 | 241.56 | 0.61 | 0.49 |
| Hex | 35 | 31 | CB | 4A | 4C | 0 | 14 | F2 | 3D | 31 |
| Octal | 65 | 61 | 313 | 112 | 114 | 0 | 24 | 362 | 75 | 61 |
| Binary | 110101 | 110001 | 11001011 | 1001010 | 1001100 | 0 | 10100 | 11110010 | 111101 | 110001 |
Color Harmonies of #3531CB
Complementary color
Monochromatic Colors of #3531CB
Black with #3531CB
Text Example
Text Example
White with #3531CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3531CB; }
p { color: rgb(53,49,203); }
H1.HeaderClassName
{
color: #3531CB;
}
.AnyTagClassName
{
color: #3531CB;
}
</style>
background-color css
<style>
a { background-color: #3531CB; }
a { background-color: rgb(53,49,203); }
div.DivClassName
{
background-color: #3531CB;
}
.BgClassName
{
background-color: #3531CB;
}
</style>
border-color css
<style>
span { border-color: #3531CB; }
span { border-color: rgb(53,49,203); }
td.TdClassName
{
border-color: #3531CB;
}
.TagClassName
{
border-color: #3531CB;
}
</style>