Shades of Persian Blue #353AB8
Tints of Persian Blue #353AB8
RGB
CMYK
RGB Variations
Color information
#353AB8 (or 0x353AB8) is known color: Persian Blue. HEX triplet: 35, 3A and B8. RGB value is (53,58,184). Sum of RGB (Red+Green+Blue) = 53+58+184=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #353AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AB8 is #CAC547. Grayscale: #464646. Windows color (decimal): -13288776 or 12073525. OLE color: 12073525.
HSL color Cylindrical-coordinate representation of color #353AB8: hue angle of 237.71º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353AB8 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 58 | 184 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.28 |
| HSL | 237.71º | 0.55% | 0.46% | - |
| HSV(B) | 237.71º | 0.71% | 0.72% | - |
| XYZ | 11.63 | 7.24 | 46.13 | - |
| YUV | 70.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 184 | 0.71 | 0.68 | 0 | 0.28 | 237.71 | 0.55 | 0.46 |
| Hex | 35 | 3A | B8 | 47 | 44 | 0 | 1C | EE | 37 | 2E |
| Octal | 65 | 72 | 270 | 107 | 104 | 0 | 34 | 356 | 67 | 56 |
| Binary | 110101 | 111010 | 10111000 | 1000111 | 1000100 | 0 | 11100 | 11101110 | 110111 | 101110 |
Color Harmonies of #353AB8
Complementary color
Monochromatic Colors of #353AB8
Black with #353AB8
Text Example
Text Example
White with #353AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AB8; }
p { color: rgb(53,58,184); }
H1.HeaderClassName
{
color: #353AB8;
}
.AnyTagClassName
{
color: #353AB8;
}
</style>
background-color css
<style>
a { background-color: #353AB8; }
a { background-color: rgb(53,58,184); }
div.DivClassName
{
background-color: #353AB8;
}
.BgClassName
{
background-color: #353AB8;
}
</style>
border-color css
<style>
span { border-color: #353AB8; }
span { border-color: rgb(53,58,184); }
td.TdClassName
{
border-color: #353AB8;
}
.TagClassName
{
border-color: #353AB8;
}
</style>