Shades of Persian Blue #353BA6
Tints of Persian Blue #353BA6
RGB
CMYK
RGB Variations
Color information
#353BA6 (or 0x353BA6) is known color: Persian Blue. HEX triplet: 35, 3B and A6. RGB value is (53,59,166). Sum of RGB (Red+Green+Blue) = 53+59+166=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #353BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BA6 is #CAC459. Grayscale: #444444. Windows color (decimal): -13288538 or 10894133. OLE color: 10894133.
HSL color Cylindrical-coordinate representation of color #353BA6: hue angle of 236.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353BA6 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 59 | 166 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.35 |
| HSL | 236.81º | 0.52% | 0.43% | - |
| HSV(B) | 236.81º | 0.68% | 0.65% | - |
| XYZ | 9.92 | 6.64 | 36.84 | - |
| YUV | 69.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 166 | 0.68 | 0.64 | 0 | 0.35 | 236.81 | 0.52 | 0.43 |
| Hex | 35 | 3B | A6 | 44 | 40 | 0 | 23 | ED | 34 | 2B |
| Octal | 65 | 73 | 246 | 104 | 100 | 0 | 43 | 355 | 64 | 53 |
| Binary | 110101 | 111011 | 10100110 | 1000100 | 1000000 | 0 | 100011 | 11101101 | 110100 | 101011 |
Color Harmonies of #353BA6
Complementary color
Monochromatic Colors of #353BA6
Black with #353BA6
Text Example
Text Example
White with #353BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BA6; }
p { color: rgb(53,59,166); }
H1.HeaderClassName
{
color: #353BA6;
}
.AnyTagClassName
{
color: #353BA6;
}
</style>
background-color css
<style>
a { background-color: #353BA6; }
a { background-color: rgb(53,59,166); }
div.DivClassName
{
background-color: #353BA6;
}
.BgClassName
{
background-color: #353BA6;
}
</style>
border-color css
<style>
span { border-color: #353BA6; }
span { border-color: rgb(53,59,166); }
td.TdClassName
{
border-color: #353BA6;
}
.TagClassName
{
border-color: #353BA6;
}
</style>