Shades of Free Speech Blue #353FDA
Tints of Free Speech Blue #353FDA
RGB
CMYK
RGB Variations
Color information
#353FDA (or 0x353FDA) is known color: Free Speech Blue. HEX triplet: 35, 3F and DA. RGB value is (53,63,218). Sum of RGB (Red+Green+Blue) = 53+63+218=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #353FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FDA is #CAC025. Grayscale: #4D4D4D. Windows color (decimal): -13287462 or 14303029. OLE color: 14303029.
HSL color Cylindrical-coordinate representation of color #353FDA: hue angle of 236.36º 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 #353FDA is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 63 | 218 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.15 |
| HSL | 236.36º | 0.69% | 0.53% | - |
| HSV(B) | 236.36º | 0.76% | 0.85% | - |
| XYZ | 15.9 | 9.37 | 67.3 | - |
| YUV | 77.68 | 207.19 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 218 | 0.76 | 0.71 | 0 | 0.15 | 236.36 | 0.69 | 0.53 |
| Hex | 35 | 3F | DA | 4C | 47 | 0 | F | EC | 45 | 35 |
| Octal | 65 | 77 | 332 | 114 | 107 | 0 | 17 | 354 | 105 | 65 |
| Binary | 110101 | 111111 | 11011010 | 1001100 | 1000111 | 0 | 1111 | 11101100 | 1000101 | 110101 |
Color Harmonies of #353FDA
Complementary color
Monochromatic Colors of #353FDA
Black with #353FDA
Text Example
Text Example
White with #353FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FDA; }
p { color: rgb(53,63,218); }
H1.HeaderClassName
{
color: #353FDA;
}
.AnyTagClassName
{
color: #353FDA;
}
</style>
background-color css
<style>
a { background-color: #353FDA; }
a { background-color: rgb(53,63,218); }
div.DivClassName
{
background-color: #353FDA;
}
.BgClassName
{
background-color: #353FDA;
}
</style>
border-color css
<style>
span { border-color: #353FDA; }
span { border-color: rgb(53,63,218); }
td.TdClassName
{
border-color: #353FDA;
}
.TagClassName
{
border-color: #353FDA;
}
</style>