Shades of Free Speech Blue #355FCD
Tints of Free Speech Blue #355FCD
RGB
CMYK
RGB Variations
Color information
#355FCD (or 0x355FCD) is known color: Free Speech Blue. HEX triplet: 35, 5F and CD. RGB value is (53,95,205). Sum of RGB (Red+Green+Blue) = 53+95+205=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #355FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FCD is #CAA032. Grayscale: #5E5E5E. Windows color (decimal): -13279283 or 13459253. OLE color: 13459253.
HSL color Cylindrical-coordinate representation of color #355FCD: hue angle of 223.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355FCD is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 95 | 205 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.20 |
| HSL | 223.42º | 0.6% | 0.51% | - |
| HSV(B) | 223.42º | 0.74% | 0.8% | - |
| XYZ | 16.58 | 13.35 | 59.46 | - |
| YUV | 94.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 205 | 0.74 | 0.54 | 0 | 0.20 | 223.42 | 0.6 | 0.51 |
| Hex | 35 | 5F | CD | 4A | 36 | 0 | 14 | DF | 3C | 33 |
| Octal | 65 | 137 | 315 | 112 | 66 | 0 | 24 | 337 | 74 | 63 |
| Binary | 110101 | 1011111 | 11001101 | 1001010 | 110110 | 0 | 10100 | 11011111 | 111100 | 110011 |
Color Harmonies of #355FCD
Complementary color
Monochromatic Colors of #355FCD
Black with #355FCD
Text Example
Text Example
White with #355FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FCD; }
p { color: rgb(53,95,205); }
H1.HeaderClassName
{
color: #355FCD;
}
.AnyTagClassName
{
color: #355FCD;
}
</style>
background-color css
<style>
a { background-color: #355FCD; }
a { background-color: rgb(53,95,205); }
div.DivClassName
{
background-color: #355FCD;
}
.BgClassName
{
background-color: #355FCD;
}
</style>
border-color css
<style>
span { border-color: #355FCD; }
span { border-color: rgb(53,95,205); }
td.TdClassName
{
border-color: #355FCD;
}
.TagClassName
{
border-color: #355FCD;
}
</style>