Shades of Free Speech Blue #353AE0
Tints of Free Speech Blue #353AE0
RGB
CMYK
RGB Variations
Color information
#353AE0 (or 0x353AE0) is known color: Free Speech Blue. HEX triplet: 35, 3A and E0. RGB value is (53,58,224). Sum of RGB (Red+Green+Blue) = 53+58+224=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #353AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AE0 is #CAC51F. Grayscale: #4A4A4A. Windows color (decimal): -13288736 or 14694965. OLE color: 14694965.
HSL color Cylindrical-coordinate representation of color #353AE0: hue angle of 238.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353AE0 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 58 | 224 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.12 |
| HSL | 238.25º | 0.73% | 0.54% | - |
| HSV(B) | 238.25º | 0.76% | 0.88% | - |
| XYZ | 16.44 | 9.16 | 71.42 | - |
| YUV | 75.43 | 211.84 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 224 | 0.76 | 0.74 | 0 | 0.12 | 238.25 | 0.73 | 0.54 |
| Hex | 35 | 3A | E0 | 4C | 4A | 0 | C | EE | 49 | 36 |
| Octal | 65 | 72 | 340 | 114 | 112 | 0 | 14 | 356 | 111 | 66 |
| Binary | 110101 | 111010 | 11100000 | 1001100 | 1001010 | 0 | 1100 | 11101110 | 1001001 | 110110 |
Color Harmonies of #353AE0
Complementary color
Monochromatic Colors of #353AE0
Black with #353AE0
Text Example
Text Example
White with #353AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AE0; }
p { color: rgb(53,58,224); }
H1.HeaderClassName
{
color: #353AE0;
}
.AnyTagClassName
{
color: #353AE0;
}
</style>
background-color css
<style>
a { background-color: #353AE0; }
a { background-color: rgb(53,58,224); }
div.DivClassName
{
background-color: #353AE0;
}
.BgClassName
{
background-color: #353AE0;
}
</style>
border-color css
<style>
span { border-color: #353AE0; }
span { border-color: rgb(53,58,224); }
td.TdClassName
{
border-color: #353AE0;
}
.TagClassName
{
border-color: #353AE0;
}
</style>