Shades of Free Speech Blue #355DCF
Tints of Free Speech Blue #355DCF
RGB
CMYK
RGB Variations
Color information
#355DCF (or 0x355DCF) is known color: Free Speech Blue. HEX triplet: 35, 5D and CF. RGB value is (53,93,207). Sum of RGB (Red+Green+Blue) = 53+93+207=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #355DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DCF is #CAA230. Grayscale: #5D5D5D. Windows color (decimal): -13279793 or 13589813. OLE color: 13589813.
HSL color Cylindrical-coordinate representation of color #355DCF: hue angle of 224.42º 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 #355DCF is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 93 | 207 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.19 |
| HSL | 224.42º | 0.62% | 0.51% | - |
| HSV(B) | 224.42º | 0.74% | 0.81% | - |
| XYZ | 16.65 | 13.09 | 60.68 | - |
| YUV | 94.04 | 191.75 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 207 | 0.74 | 0.55 | 0 | 0.19 | 224.42 | 0.62 | 0.51 |
| Hex | 35 | 5D | CF | 4A | 37 | 0 | 13 | E0 | 3E | 33 |
| Octal | 65 | 135 | 317 | 112 | 67 | 0 | 23 | 340 | 76 | 63 |
| Binary | 110101 | 1011101 | 11001111 | 1001010 | 110111 | 0 | 10011 | 11100000 | 111110 | 110011 |
Color Harmonies of #355DCF
Complementary color
Monochromatic Colors of #355DCF
Black with #355DCF
Text Example
Text Example
White with #355DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DCF; }
p { color: rgb(53,93,207); }
H1.HeaderClassName
{
color: #355DCF;
}
.AnyTagClassName
{
color: #355DCF;
}
</style>
background-color css
<style>
a { background-color: #355DCF; }
a { background-color: rgb(53,93,207); }
div.DivClassName
{
background-color: #355DCF;
}
.BgClassName
{
background-color: #355DCF;
}
</style>
border-color css
<style>
span { border-color: #355DCF; }
span { border-color: rgb(53,93,207); }
td.TdClassName
{
border-color: #355DCF;
}
.TagClassName
{
border-color: #355DCF;
}
</style>