Shades of Free Speech Blue #355CCF
Tints of Free Speech Blue #355CCF
RGB
CMYK
RGB Variations
Color information
#355CCF (or 0x355CCF) is known color: Free Speech Blue. HEX triplet: 35, 5C and CF. RGB value is (53,92,207). Sum of RGB (Red+Green+Blue) = 53+92+207=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #355CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CCF is #CAA330. Grayscale: #5C5C5C. Windows color (decimal): -13280049 or 13589557. OLE color: 13589557.
HSL color Cylindrical-coordinate representation of color #355CCF: hue angle of 224.81º 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 #355CCF is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 92 | 207 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.19 |
| HSL | 224.81º | 0.62% | 0.51% | - |
| HSV(B) | 224.81º | 0.74% | 0.81% | - |
| XYZ | 16.56 | 12.92 | 60.65 | - |
| YUV | 93.45 | 192.08 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 207 | 0.74 | 0.56 | 0 | 0.19 | 224.81 | 0.62 | 0.51 |
| Hex | 35 | 5C | CF | 4A | 38 | 0 | 13 | E1 | 3E | 33 |
| Octal | 65 | 134 | 317 | 112 | 70 | 0 | 23 | 341 | 76 | 63 |
| Binary | 110101 | 1011100 | 11001111 | 1001010 | 111000 | 0 | 10011 | 11100001 | 111110 | 110011 |
Color Harmonies of #355CCF
Complementary color
Monochromatic Colors of #355CCF
Black with #355CCF
Text Example
Text Example
White with #355CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CCF; }
p { color: rgb(53,92,207); }
H1.HeaderClassName
{
color: #355CCF;
}
.AnyTagClassName
{
color: #355CCF;
}
</style>
background-color css
<style>
a { background-color: #355CCF; }
a { background-color: rgb(53,92,207); }
div.DivClassName
{
background-color: #355CCF;
}
.BgClassName
{
background-color: #355CCF;
}
</style>
border-color css
<style>
span { border-color: #355CCF; }
span { border-color: rgb(53,92,207); }
td.TdClassName
{
border-color: #355CCF;
}
.TagClassName
{
border-color: #355CCF;
}
</style>