Shades of Free Speech Blue #353BDF
Tints of Free Speech Blue #353BDF
RGB
CMYK
RGB Variations
Color information
#353BDF (or 0x353BDF) is known color: Free Speech Blue. HEX triplet: 35, 3B and DF. RGB value is (53,59,223). Sum of RGB (Red+Green+Blue) = 53+59+223=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #353BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BDF is #CAC420. Grayscale: #4B4B4B. Windows color (decimal): -13288481 or 14629685. OLE color: 14629685.
HSL color Cylindrical-coordinate representation of color #353BDF: hue angle of 237.88º 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 #353BDF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 59 | 223 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.13 |
| HSL | 237.88º | 0.73% | 0.54% | - |
| HSV(B) | 237.88º | 0.76% | 0.87% | - |
| XYZ | 16.35 | 9.21 | 70.73 | - |
| YUV | 75.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 223 | 0.76 | 0.74 | 0 | 0.13 | 237.88 | 0.73 | 0.54 |
| Hex | 35 | 3B | DF | 4C | 4A | 0 | D | EE | 49 | 36 |
| Octal | 65 | 73 | 337 | 114 | 112 | 0 | 15 | 356 | 111 | 66 |
| Binary | 110101 | 111011 | 11011111 | 1001100 | 1001010 | 0 | 1101 | 11101110 | 1001001 | 110110 |
Color Harmonies of #353BDF
Complementary color
Monochromatic Colors of #353BDF
Black with #353BDF
Text Example
Text Example
White with #353BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BDF; }
p { color: rgb(53,59,223); }
H1.HeaderClassName
{
color: #353BDF;
}
.AnyTagClassName
{
color: #353BDF;
}
</style>
background-color css
<style>
a { background-color: #353BDF; }
a { background-color: rgb(53,59,223); }
div.DivClassName
{
background-color: #353BDF;
}
.BgClassName
{
background-color: #353BDF;
}
</style>
border-color css
<style>
span { border-color: #353BDF; }
span { border-color: rgb(53,59,223); }
td.TdClassName
{
border-color: #353BDF;
}
.TagClassName
{
border-color: #353BDF;
}
</style>