Shades of Free Speech Blue #353AD3
Tints of Free Speech Blue #353AD3
RGB
CMYK
RGB Variations
Color information
#353AD3 (or 0x353AD3) is known color: Free Speech Blue. HEX triplet: 35, 3A and D3. RGB value is (53,58,211). Sum of RGB (Red+Green+Blue) = 53+58+211=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 211 (82.81% from 255 or 65.53% from 322); Max value from RGB is 211 - color contains mainly: blue. Hex color #353AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AD3 is #CAC52C. Grayscale: #494949. Windows color (decimal): -13288749 or 13842997. OLE color: 13842997.
HSL color Cylindrical-coordinate representation of color #353AD3: hue angle of 238.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353AD3 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 58 | 211 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.17 |
| HSL | 238.1º | 0.64% | 0.52% | - |
| HSV(B) | 238.1º | 0.75% | 0.83% | - |
| XYZ | 14.74 | 8.49 | 62.49 | - |
| YUV | 73.95 | 205.34 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 211 | 0.75 | 0.73 | 0 | 0.17 | 238.1 | 0.64 | 0.52 |
| Hex | 35 | 3A | D3 | 4B | 49 | 0 | 11 | EE | 40 | 34 |
| Octal | 65 | 72 | 323 | 113 | 111 | 0 | 21 | 356 | 100 | 64 |
| Binary | 110101 | 111010 | 11010011 | 1001011 | 1001001 | 0 | 10001 | 11101110 | 1000000 | 110100 |
Color Harmonies of #353AD3
Complementary color
Monochromatic Colors of #353AD3
Black with #353AD3
Text Example
Text Example
White with #353AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AD3; }
p { color: rgb(53,58,211); }
H1.HeaderClassName
{
color: #353AD3;
}
.AnyTagClassName
{
color: #353AD3;
}
</style>
background-color css
<style>
a { background-color: #353AD3; }
a { background-color: rgb(53,58,211); }
div.DivClassName
{
background-color: #353AD3;
}
.BgClassName
{
background-color: #353AD3;
}
</style>
border-color css
<style>
span { border-color: #353AD3; }
span { border-color: rgb(53,58,211); }
td.TdClassName
{
border-color: #353AD3;
}
.TagClassName
{
border-color: #353AD3;
}
</style>