Shades of Persian Blue #353ABF
Tints of Persian Blue #353ABF
RGB
CMYK
RGB Variations
Color information
#353ABF (or 0x353ABF) is known color: Persian Blue. HEX triplet: 35, 3A and BF. RGB value is (53,58,191). Sum of RGB (Red+Green+Blue) = 53+58+191=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #353ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ABF is #CAC540. Grayscale: #474747. Windows color (decimal): -13288769 or 12532277. OLE color: 12532277.
HSL color Cylindrical-coordinate representation of color #353ABF: hue angle of 237.83º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353ABF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 58 | 191 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.25 |
| HSL | 237.83º | 0.57% | 0.48% | - |
| HSV(B) | 237.83º | 0.72% | 0.75% | - |
| XYZ | 12.39 | 7.54 | 50.09 | - |
| YUV | 71.67 | 195.34 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 191 | 0.72 | 0.70 | 0 | 0.25 | 237.83 | 0.57 | 0.48 |
| Hex | 35 | 3A | BF | 48 | 46 | 0 | 19 | EE | 39 | 30 |
| Octal | 65 | 72 | 277 | 110 | 106 | 0 | 31 | 356 | 71 | 60 |
| Binary | 110101 | 111010 | 10111111 | 1001000 | 1000110 | 0 | 11001 | 11101110 | 111001 | 110000 |
Color Harmonies of #353ABF
Complementary color
Monochromatic Colors of #353ABF
Black with #353ABF
Text Example
Text Example
White with #353ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ABF; }
p { color: rgb(53,58,191); }
H1.HeaderClassName
{
color: #353ABF;
}
.AnyTagClassName
{
color: #353ABF;
}
</style>
background-color css
<style>
a { background-color: #353ABF; }
a { background-color: rgb(53,58,191); }
div.DivClassName
{
background-color: #353ABF;
}
.BgClassName
{
background-color: #353ABF;
}
</style>
border-color css
<style>
span { border-color: #353ABF; }
span { border-color: rgb(53,58,191); }
td.TdClassName
{
border-color: #353ABF;
}
.TagClassName
{
border-color: #353ABF;
}
</style>