Shades of Free Speech Blue #355CCC
Tints of Free Speech Blue #355CCC
RGB
CMYK
RGB Variations
Color information
#355CCC (or 0x355CCC) is known color: Free Speech Blue. HEX triplet: 35, 5C and CC. RGB value is (53,92,204). Sum of RGB (Red+Green+Blue) = 53+92+204=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #355CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CCC is #CAA333. Grayscale: #5C5C5C. Windows color (decimal): -13280052 or 13392949. OLE color: 13392949.
HSL color Cylindrical-coordinate representation of color #355CCC: hue angle of 224.5º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355CCC is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 92 | 204 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.2 |
| HSL | 224.5º | 0.6% | 0.5% | - |
| HSV(B) | 224.5º | 0.74% | 0.8% | - |
| XYZ | 16.19 | 12.77 | 58.74 | - |
| YUV | 93.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 204 | 0.74 | 0.55 | 0 | 0.2 | 224.5 | 0.6 | 0.5 |
| Hex | 35 | 5C | CC | 4A | 37 | 0 | 14 | E1 | 3C | 32 |
| Octal | 65 | 134 | 314 | 112 | 67 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110101 | 1011100 | 11001100 | 1001010 | 110111 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #355CCC
Complementary color
Monochromatic Colors of #355CCC
Black with #355CCC
Text Example
Text Example
White with #355CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CCC; }
p { color: rgb(53,92,204); }
H1.HeaderClassName
{
color: #355CCC;
}
.AnyTagClassName
{
color: #355CCC;
}
</style>
background-color css
<style>
a { background-color: #355CCC; }
a { background-color: rgb(53,92,204); }
div.DivClassName
{
background-color: #355CCC;
}
.BgClassName
{
background-color: #355CCC;
}
</style>
border-color css
<style>
span { border-color: #355CCC; }
span { border-color: rgb(53,92,204); }
td.TdClassName
{
border-color: #355CCC;
}
.TagClassName
{
border-color: #355CCC;
}
</style>