Shades of Free Speech Blue #355DCD
Tints of Free Speech Blue #355DCD
RGB
CMYK
RGB Variations
Color information
#355DCD (or 0x355DCD) is known color: Free Speech Blue. HEX triplet: 35, 5D and CD. RGB value is (53,93,205). Sum of RGB (Red+Green+Blue) = 53+93+205=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #355DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DCD is #CAA232. Grayscale: #5D5D5D. Windows color (decimal): -13279795 or 13458741. OLE color: 13458741.
HSL color Cylindrical-coordinate representation of color #355DCD: hue angle of 224.21º 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 #355DCD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 93 | 205 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.20 |
| HSL | 224.21º | 0.6% | 0.51% | - |
| HSV(B) | 224.21º | 0.74% | 0.8% | - |
| XYZ | 16.4 | 12.99 | 59.4 | - |
| YUV | 93.81 | 190.75 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 205 | 0.74 | 0.55 | 0 | 0.20 | 224.21 | 0.6 | 0.51 |
| Hex | 35 | 5D | CD | 4A | 37 | 0 | 14 | E0 | 3C | 33 |
| Octal | 65 | 135 | 315 | 112 | 67 | 0 | 24 | 340 | 74 | 63 |
| Binary | 110101 | 1011101 | 11001101 | 1001010 | 110111 | 0 | 10100 | 11100000 | 111100 | 110011 |
Color Harmonies of #355DCD
Complementary color
Monochromatic Colors of #355DCD
Black with #355DCD
Text Example
Text Example
White with #355DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DCD; }
p { color: rgb(53,93,205); }
H1.HeaderClassName
{
color: #355DCD;
}
.AnyTagClassName
{
color: #355DCD;
}
</style>
background-color css
<style>
a { background-color: #355DCD; }
a { background-color: rgb(53,93,205); }
div.DivClassName
{
background-color: #355DCD;
}
.BgClassName
{
background-color: #355DCD;
}
</style>
border-color css
<style>
span { border-color: #355DCD; }
span { border-color: rgb(53,93,205); }
td.TdClassName
{
border-color: #355DCD;
}
.TagClassName
{
border-color: #355DCD;
}
</style>