Shades of Persian Blue #3526BC
Tints of Persian Blue #3526BC
RGB
CMYK
RGB Variations
Color information
#3526BC (or 0x3526BC) is known color: Persian Blue. HEX triplet: 35, 26 and BC. RGB value is (53,38,188). Sum of RGB (Red+Green+Blue) = 53+38+188=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #3526BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526BC is #CAD943. Grayscale: #3A3A3A. Windows color (decimal): -13293892 or 12330549. OLE color: 12330549.
HSL color Cylindrical-coordinate representation of color #3526BC: hue angle of 246º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3526BC is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 38 | 188 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.26 |
| HSL | 246º | 0.66% | 0.44% | - |
| HSV(B) | 246º | 0.8% | 0.74% | - |
| XYZ | 11.24 | 5.77 | 48.1 | - |
| YUV | 59.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 188 | 0.72 | 0.80 | 0 | 0.26 | 246 | 0.66 | 0.44 |
| Hex | 35 | 26 | BC | 48 | 50 | 0 | 1A | F6 | 42 | 2C |
| Octal | 65 | 46 | 274 | 110 | 120 | 0 | 32 | 366 | 102 | 54 |
| Binary | 110101 | 100110 | 10111100 | 1001000 | 1010000 | 0 | 11010 | 11110110 | 1000010 | 101100 |
Color Harmonies of #3526BC
Complementary color
Monochromatic Colors of #3526BC
Black with #3526BC
Text Example
Text Example
White with #3526BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3526BC; }
p { color: rgb(53,38,188); }
H1.HeaderClassName
{
color: #3526BC;
}
.AnyTagClassName
{
color: #3526BC;
}
</style>
background-color css
<style>
a { background-color: #3526BC; }
a { background-color: rgb(53,38,188); }
div.DivClassName
{
background-color: #3526BC;
}
.BgClassName
{
background-color: #3526BC;
}
</style>
border-color css
<style>
span { border-color: #3526BC; }
span { border-color: rgb(53,38,188); }
td.TdClassName
{
border-color: #3526BC;
}
.TagClassName
{
border-color: #3526BC;
}
</style>