Shades of Free Speech Blue #353ACE
Tints of Free Speech Blue #353ACE
RGB
CMYK
RGB Variations
Color information
#353ACE (or 0x353ACE) is known color: Free Speech Blue. HEX triplet: 35, 3A and CE. RGB value is (53,58,206). Sum of RGB (Red+Green+Blue) = 53+58+206=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #353ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ACE is #CAC531. Grayscale: #484848. Windows color (decimal): -13288754 or 13515317. OLE color: 13515317.
HSL color Cylindrical-coordinate representation of color #353ACE: hue angle of 238.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353ACE is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 58 | 206 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.19 |
| HSL | 238.04º | 0.61% | 0.51% | - |
| HSV(B) | 238.04º | 0.74% | 0.81% | - |
| XYZ | 14.12 | 8.24 | 59.24 | - |
| YUV | 73.38 | 202.84 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 206 | 0.74 | 0.72 | 0 | 0.19 | 238.04 | 0.61 | 0.51 |
| Hex | 35 | 3A | CE | 4A | 48 | 0 | 13 | EE | 3D | 33 |
| Octal | 65 | 72 | 316 | 112 | 110 | 0 | 23 | 356 | 75 | 63 |
| Binary | 110101 | 111010 | 11001110 | 1001010 | 1001000 | 0 | 10011 | 11101110 | 111101 | 110011 |
Color Harmonies of #353ACE
Complementary color
Monochromatic Colors of #353ACE
Black with #353ACE
Text Example
Text Example
White with #353ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ACE; }
p { color: rgb(53,58,206); }
H1.HeaderClassName
{
color: #353ACE;
}
.AnyTagClassName
{
color: #353ACE;
}
</style>
background-color css
<style>
a { background-color: #353ACE; }
a { background-color: rgb(53,58,206); }
div.DivClassName
{
background-color: #353ACE;
}
.BgClassName
{
background-color: #353ACE;
}
</style>
border-color css
<style>
span { border-color: #353ACE; }
span { border-color: rgb(53,58,206); }
td.TdClassName
{
border-color: #353ACE;
}
.TagClassName
{
border-color: #353ACE;
}
</style>