Shades of Persian Blue #3525CB
Tints of Persian Blue #3525CB
RGB
CMYK
RGB Variations
Color information
#3525CB (or 0x3525CB) is known color: Persian Blue. HEX triplet: 35, 25 and CB. RGB value is (53,37,203). Sum of RGB (Red+Green+Blue) = 53+37+203=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #3525CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3525CB is #CADA34. Grayscale: #3C3C3C. Windows color (decimal): -13294133 or 13313333. OLE color: 13313333.
HSL color Cylindrical-coordinate representation of color #3525CB: hue angle of 245.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3525CB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 37 | 203 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.20 |
| HSL | 245.78º | 0.69% | 0.47% | - |
| HSV(B) | 245.78º | 0.82% | 0.8% | - |
| XYZ | 12.91 | 6.39 | 57.05 | - |
| YUV | 60.71 | 208.3 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 203 | 0.74 | 0.82 | 0 | 0.20 | 245.78 | 0.69 | 0.47 |
| Hex | 35 | 25 | CB | 4A | 52 | 0 | 14 | F6 | 45 | 2F |
| Octal | 65 | 45 | 313 | 112 | 122 | 0 | 24 | 366 | 105 | 57 |
| Binary | 110101 | 100101 | 11001011 | 1001010 | 1010010 | 0 | 10100 | 11110110 | 1000101 | 101111 |
Color Harmonies of #3525CB
Complementary color
Monochromatic Colors of #3525CB
Black with #3525CB
Text Example
Text Example
White with #3525CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3525CB; }
p { color: rgb(53,37,203); }
H1.HeaderClassName
{
color: #3525CB;
}
.AnyTagClassName
{
color: #3525CB;
}
</style>
background-color css
<style>
a { background-color: #3525CB; }
a { background-color: rgb(53,37,203); }
div.DivClassName
{
background-color: #3525CB;
}
.BgClassName
{
background-color: #3525CB;
}
</style>
border-color css
<style>
span { border-color: #3525CB; }
span { border-color: rgb(53,37,203); }
td.TdClassName
{
border-color: #3525CB;
}
.TagClassName
{
border-color: #3525CB;
}
</style>