Shades of Persian Blue #353ABB
Tints of Persian Blue #353ABB
RGB
CMYK
RGB Variations
Color information
#353ABB (or 0x353ABB) is known color: Persian Blue. HEX triplet: 35, 3A and BB. RGB value is (53,58,187). Sum of RGB (Red+Green+Blue) = 53+58+187=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #353ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ABB is #CAC544. Grayscale: #464646. Windows color (decimal): -13288773 or 12270133. OLE color: 12270133.
HSL color Cylindrical-coordinate representation of color #353ABB: hue angle of 237.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353ABB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 58 | 187 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.27 |
| HSL | 237.76º | 0.56% | 0.47% | - |
| HSV(B) | 237.76º | 0.72% | 0.73% | - |
| XYZ | 11.95 | 7.37 | 47.81 | - |
| YUV | 71.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 187 | 0.72 | 0.69 | 0 | 0.27 | 237.76 | 0.56 | 0.47 |
| Hex | 35 | 3A | BB | 48 | 45 | 0 | 1B | EE | 38 | 2F |
| Octal | 65 | 72 | 273 | 110 | 105 | 0 | 33 | 356 | 70 | 57 |
| Binary | 110101 | 111010 | 10111011 | 1001000 | 1000101 | 0 | 11011 | 11101110 | 111000 | 101111 |
Color Harmonies of #353ABB
Complementary color
Monochromatic Colors of #353ABB
Black with #353ABB
Text Example
Text Example
White with #353ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ABB; }
p { color: rgb(53,58,187); }
H1.HeaderClassName
{
color: #353ABB;
}
.AnyTagClassName
{
color: #353ABB;
}
</style>
background-color css
<style>
a { background-color: #353ABB; }
a { background-color: rgb(53,58,187); }
div.DivClassName
{
background-color: #353ABB;
}
.BgClassName
{
background-color: #353ABB;
}
</style>
border-color css
<style>
span { border-color: #353ABB; }
span { border-color: rgb(53,58,187); }
td.TdClassName
{
border-color: #353ABB;
}
.TagClassName
{
border-color: #353ABB;
}
</style>