Shades of Free Speech Blue #355CC9
Tints of Free Speech Blue #355CC9
RGB
CMYK
RGB Variations
Color information
#355CC9 (or 0x355CC9) is known color: Free Speech Blue. HEX triplet: 35, 5C and C9. RGB value is (53,92,201). Sum of RGB (Red+Green+Blue) = 53+92+201=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #355CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CC9 is #CAA336. Grayscale: #5C5C5C. Windows color (decimal): -13280055 or 13196341. OLE color: 13196341.
HSL color Cylindrical-coordinate representation of color #355CC9: hue angle of 224.19º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355CC9 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 92 | 201 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.21 |
| HSL | 224.19º | 0.58% | 0.5% | - |
| HSV(B) | 224.19º | 0.74% | 0.79% | - |
| XYZ | 15.84 | 12.63 | 56.86 | - |
| YUV | 92.77 | 189.08 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 201 | 0.74 | 0.54 | 0 | 0.21 | 224.19 | 0.58 | 0.5 |
| Hex | 35 | 5C | C9 | 4A | 36 | 0 | 15 | E0 | 3A | 32 |
| Octal | 65 | 134 | 311 | 112 | 66 | 0 | 25 | 340 | 72 | 62 |
| Binary | 110101 | 1011100 | 11001001 | 1001010 | 110110 | 0 | 10101 | 11100000 | 111010 | 110010 |
Color Harmonies of #355CC9
Complementary color
Monochromatic Colors of #355CC9
Black with #355CC9
Text Example
Text Example
White with #355CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CC9; }
p { color: rgb(53,92,201); }
H1.HeaderClassName
{
color: #355CC9;
}
.AnyTagClassName
{
color: #355CC9;
}
</style>
background-color css
<style>
a { background-color: #355CC9; }
a { background-color: rgb(53,92,201); }
div.DivClassName
{
background-color: #355CC9;
}
.BgClassName
{
background-color: #355CC9;
}
</style>
border-color css
<style>
span { border-color: #355CC9; }
span { border-color: rgb(53,92,201); }
td.TdClassName
{
border-color: #355CC9;
}
.TagClassName
{
border-color: #355CC9;
}
</style>