Shades of Free Speech Blue #353FDF
Tints of Free Speech Blue #353FDF
RGB
CMYK
RGB Variations
Color information
#353FDF (or 0x353FDF) is known color: Free Speech Blue. HEX triplet: 35, 3F and DF. RGB value is (53,63,223). Sum of RGB (Red+Green+Blue) = 53+63+223=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #353FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FDF is #CAC020. Grayscale: #4D4D4D. Windows color (decimal): -13287457 or 14630709. OLE color: 14630709.
HSL color Cylindrical-coordinate representation of color #353FDF: hue angle of 236.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353FDF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 63 | 223 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.13 |
| HSL | 236.47º | 0.73% | 0.54% | - |
| HSV(B) | 236.47º | 0.76% | 0.87% | - |
| XYZ | 16.56 | 9.64 | 70.8 | - |
| YUV | 78.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 223 | 0.76 | 0.72 | 0 | 0.13 | 236.47 | 0.73 | 0.54 |
| Hex | 35 | 3F | DF | 4C | 48 | 0 | D | EC | 49 | 36 |
| Octal | 65 | 77 | 337 | 114 | 110 | 0 | 15 | 354 | 111 | 66 |
| Binary | 110101 | 111111 | 11011111 | 1001100 | 1001000 | 0 | 1101 | 11101100 | 1001001 | 110110 |
Color Harmonies of #353FDF
Complementary color
Monochromatic Colors of #353FDF
Black with #353FDF
Text Example
Text Example
White with #353FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FDF; }
p { color: rgb(53,63,223); }
H1.HeaderClassName
{
color: #353FDF;
}
.AnyTagClassName
{
color: #353FDF;
}
</style>
background-color css
<style>
a { background-color: #353FDF; }
a { background-color: rgb(53,63,223); }
div.DivClassName
{
background-color: #353FDF;
}
.BgClassName
{
background-color: #353FDF;
}
</style>
border-color css
<style>
span { border-color: #353FDF; }
span { border-color: rgb(53,63,223); }
td.TdClassName
{
border-color: #353FDF;
}
.TagClassName
{
border-color: #353FDF;
}
</style>