Shades of Persian Blue #3530B4
Tints of Persian Blue #3530B4
RGB
CMYK
RGB Variations
Color information
#3530B4 (or 0x3530B4) is known color: Persian Blue. HEX triplet: 35, 30 and B4. RGB value is (53,48,180). Sum of RGB (Red+Green+Blue) = 53+48+180=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #3530B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530B4 is #CACF4B. Grayscale: #404040. Windows color (decimal): -13291340 or 11808821. OLE color: 11808821.
HSL color Cylindrical-coordinate representation of color #3530B4: hue angle of 242.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3530B4 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 48 | 180 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.29 |
| HSL | 242.27º | 0.58% | 0.45% | - |
| HSV(B) | 242.27º | 0.73% | 0.71% | - |
| XYZ | 10.76 | 6.17 | 43.8 | - |
| YUV | 64.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 180 | 0.71 | 0.73 | 0 | 0.29 | 242.27 | 0.58 | 0.45 |
| Hex | 35 | 30 | B4 | 47 | 49 | 0 | 1D | F2 | 3A | 2D |
| Octal | 65 | 60 | 264 | 107 | 111 | 0 | 35 | 362 | 72 | 55 |
| Binary | 110101 | 110000 | 10110100 | 1000111 | 1001001 | 0 | 11101 | 11110010 | 111010 | 101101 |
Color Harmonies of #3530B4
Complementary color
Monochromatic Colors of #3530B4
Black with #3530B4
Text Example
Text Example
White with #3530B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530B4; }
p { color: rgb(53,48,180); }
H1.HeaderClassName
{
color: #3530B4;
}
.AnyTagClassName
{
color: #3530B4;
}
</style>
background-color css
<style>
a { background-color: #3530B4; }
a { background-color: rgb(53,48,180); }
div.DivClassName
{
background-color: #3530B4;
}
.BgClassName
{
background-color: #3530B4;
}
</style>
border-color css
<style>
span { border-color: #3530B4; }
span { border-color: rgb(53,48,180); }
td.TdClassName
{
border-color: #3530B4;
}
.TagClassName
{
border-color: #3530B4;
}
</style>