Shades of Persian Blue #353AAA
Tints of Persian Blue #353AAA
RGB
CMYK
RGB Variations
Color information
#353AAA (or 0x353AAA) is known color: Persian Blue. HEX triplet: 35, 3A and AA. RGB value is (53,58,170). Sum of RGB (Red+Green+Blue) = 53+58+170=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #353AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AAA is #CAC555. Grayscale: #444444. Windows color (decimal): -13288790 or 11156021. OLE color: 11156021.
HSL color Cylindrical-coordinate representation of color #353AAA: hue angle of 237.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353AAA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 58 | 170 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.33 |
| HSL | 237.44º | 0.52% | 0.44% | - |
| HSV(B) | 237.44º | 0.69% | 0.67% | - |
| XYZ | 10.24 | 6.69 | 38.78 | - |
| YUV | 69.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 170 | 0.69 | 0.66 | 0 | 0.33 | 237.44 | 0.52 | 0.44 |
| Hex | 35 | 3A | AA | 45 | 42 | 0 | 21 | ED | 34 | 2C |
| Octal | 65 | 72 | 252 | 105 | 102 | 0 | 41 | 355 | 64 | 54 |
| Binary | 110101 | 111010 | 10101010 | 1000101 | 1000010 | 0 | 100001 | 11101101 | 110100 | 101100 |
Color Harmonies of #353AAA
Complementary color
Monochromatic Colors of #353AAA
Black with #353AAA
Text Example
Text Example
White with #353AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AAA; }
p { color: rgb(53,58,170); }
H1.HeaderClassName
{
color: #353AAA;
}
.AnyTagClassName
{
color: #353AAA;
}
</style>
background-color css
<style>
a { background-color: #353AAA; }
a { background-color: rgb(53,58,170); }
div.DivClassName
{
background-color: #353AAA;
}
.BgClassName
{
background-color: #353AAA;
}
</style>
border-color css
<style>
span { border-color: #353AAA; }
span { border-color: rgb(53,58,170); }
td.TdClassName
{
border-color: #353AAA;
}
.TagClassName
{
border-color: #353AAA;
}
</style>