Shades of Free Speech Blue #353DCF
Tints of Free Speech Blue #353DCF
RGB
CMYK
RGB Variations
Color information
#353DCF (or 0x353DCF) is known color: Free Speech Blue. HEX triplet: 35, 3D and CF. RGB value is (53,61,207). Sum of RGB (Red+Green+Blue) = 53+61+207=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #353DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DCF is #CAC230. Grayscale: #4A4A4A. Windows color (decimal): -13287985 or 13581621. OLE color: 13581621.
HSL color Cylindrical-coordinate representation of color #353DCF: hue angle of 236.88º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353DCF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 61 | 207 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.19 |
| HSL | 236.88º | 0.62% | 0.51% | - |
| HSV(B) | 236.88º | 0.74% | 0.81% | - |
| XYZ | 14.4 | 8.6 | 59.93 | - |
| YUV | 75.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 207 | 0.74 | 0.71 | 0 | 0.19 | 236.88 | 0.62 | 0.51 |
| Hex | 35 | 3D | CF | 4A | 47 | 0 | 13 | ED | 3E | 33 |
| Octal | 65 | 75 | 317 | 112 | 107 | 0 | 23 | 355 | 76 | 63 |
| Binary | 110101 | 111101 | 11001111 | 1001010 | 1000111 | 0 | 10011 | 11101101 | 111110 | 110011 |
Color Harmonies of #353DCF
Complementary color
Monochromatic Colors of #353DCF
Black with #353DCF
Text Example
Text Example
White with #353DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DCF; }
p { color: rgb(53,61,207); }
H1.HeaderClassName
{
color: #353DCF;
}
.AnyTagClassName
{
color: #353DCF;
}
</style>
background-color css
<style>
a { background-color: #353DCF; }
a { background-color: rgb(53,61,207); }
div.DivClassName
{
background-color: #353DCF;
}
.BgClassName
{
background-color: #353DCF;
}
</style>
border-color css
<style>
span { border-color: #353DCF; }
span { border-color: rgb(53,61,207); }
td.TdClassName
{
border-color: #353DCF;
}
.TagClassName
{
border-color: #353DCF;
}
</style>