Shades of Persian Blue #3518C6
Tints of Persian Blue #3518C6
RGB
CMYK
RGB Variations
Color information
#3518C6 (or 0x3518C6) is known color: Persian Blue. HEX triplet: 35, 18 and C6. RGB value is (53,24,198). Sum of RGB (Red+Green+Blue) = 53+24+198=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #3518C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518C6 is #CAE739. Grayscale: #333333. Windows color (decimal): -13297466 or 12982325. OLE color: 12982325.
HSL color Cylindrical-coordinate representation of color #3518C6: hue angle of 250º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3518C6 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 24 | 198 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.22 |
| HSL | 250º | 0.78% | 0.44% | - |
| HSV(B) | 250º | 0.88% | 0.78% | - |
| XYZ | 11.99 | 5.49 | 53.85 | - |
| YUV | 52.51 | 210.11 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 198 | 0.73 | 0.88 | 0 | 0.22 | 250 | 0.78 | 0.44 |
| Hex | 35 | 18 | C6 | 49 | 58 | 0 | 16 | FA | 4E | 2C |
| Octal | 65 | 30 | 306 | 111 | 130 | 0 | 26 | 372 | 116 | 54 |
| Binary | 110101 | 11000 | 11000110 | 1001001 | 1011000 | 0 | 10110 | 11111010 | 1001110 | 101100 |
Color Harmonies of #3518C6
Complementary color
Monochromatic Colors of #3518C6
Black with #3518C6
Text Example
Text Example
White with #3518C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518C6; }
p { color: rgb(53,24,198); }
H1.HeaderClassName
{
color: #3518C6;
}
.AnyTagClassName
{
color: #3518C6;
}
</style>
background-color css
<style>
a { background-color: #3518C6; }
a { background-color: rgb(53,24,198); }
div.DivClassName
{
background-color: #3518C6;
}
.BgClassName
{
background-color: #3518C6;
}
</style>
border-color css
<style>
span { border-color: #3518C6; }
span { border-color: rgb(53,24,198); }
td.TdClassName
{
border-color: #3518C6;
}
.TagClassName
{
border-color: #3518C6;
}
</style>