Shades of Free Speech Blue #353EDA
Tints of Free Speech Blue #353EDA
RGB
CMYK
RGB Variations
Color information
#353EDA (or 0x353EDA) is known color: Free Speech Blue. HEX triplet: 35, 3E and DA. RGB value is (53,62,218). Sum of RGB (Red+Green+Blue) = 53+62+218=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #353EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EDA is #CAC125. Grayscale: #4C4C4C. Windows color (decimal): -13287718 or 14302773. OLE color: 14302773.
HSL color Cylindrical-coordinate representation of color #353EDA: hue angle of 236.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353EDA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 62 | 218 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.15 |
| HSL | 236.73º | 0.69% | 0.53% | - |
| HSV(B) | 236.73º | 0.76% | 0.85% | - |
| XYZ | 15.85 | 9.26 | 67.28 | - |
| YUV | 77.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 218 | 0.76 | 0.72 | 0 | 0.15 | 236.73 | 0.69 | 0.53 |
| Hex | 35 | 3E | DA | 4C | 48 | 0 | F | ED | 45 | 35 |
| Octal | 65 | 76 | 332 | 114 | 110 | 0 | 17 | 355 | 105 | 65 |
| Binary | 110101 | 111110 | 11011010 | 1001100 | 1001000 | 0 | 1111 | 11101101 | 1000101 | 110101 |
Color Harmonies of #353EDA
Complementary color
Monochromatic Colors of #353EDA
Black with #353EDA
Text Example
Text Example
White with #353EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EDA; }
p { color: rgb(53,62,218); }
H1.HeaderClassName
{
color: #353EDA;
}
.AnyTagClassName
{
color: #353EDA;
}
</style>
background-color css
<style>
a { background-color: #353EDA; }
a { background-color: rgb(53,62,218); }
div.DivClassName
{
background-color: #353EDA;
}
.BgClassName
{
background-color: #353EDA;
}
</style>
border-color css
<style>
span { border-color: #353EDA; }
span { border-color: rgb(53,62,218); }
td.TdClassName
{
border-color: #353EDA;
}
.TagClassName
{
border-color: #353EDA;
}
</style>