Shades of Free Speech Blue #375CCC
Tints of Free Speech Blue #375CCC
RGB
CMYK
RGB Variations
Color information
#375CCC (or 0x375CCC) is known color: Free Speech Blue. HEX triplet: 37, 5C and CC. RGB value is (55,92,204). Sum of RGB (Red+Green+Blue) = 55+92+204=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #375CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CCC is #C8A333. Grayscale: #5D5D5D. Windows color (decimal): -13148980 or 13392951. OLE color: 13392951.
HSL color Cylindrical-coordinate representation of color #375CCC: hue angle of 225.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375CCC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 92 | 204 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.2 |
| HSL | 225.1º | 0.59% | 0.51% | - |
| HSV(B) | 225.1º | 0.73% | 0.8% | - |
| XYZ | 16.3 | 12.83 | 58.74 | - |
| YUV | 93.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 204 | 0.73 | 0.55 | 0 | 0.2 | 225.1 | 0.59 | 0.51 |
| Hex | 37 | 5C | CC | 49 | 37 | 0 | 14 | E1 | 3B | 33 |
| Octal | 67 | 134 | 314 | 111 | 67 | 0 | 24 | 341 | 73 | 63 |
| Binary | 110111 | 1011100 | 11001100 | 1001001 | 110111 | 0 | 10100 | 11100001 | 111011 | 110011 |
Color Harmonies of #375CCC
Complementary color
Monochromatic Colors of #375CCC
Black with #375CCC
Text Example
Text Example
White with #375CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CCC; }
p { color: rgb(55,92,204); }
H1.HeaderClassName
{
color: #375CCC;
}
.AnyTagClassName
{
color: #375CCC;
}
</style>
background-color css
<style>
a { background-color: #375CCC; }
a { background-color: rgb(55,92,204); }
div.DivClassName
{
background-color: #375CCC;
}
.BgClassName
{
background-color: #375CCC;
}
</style>
border-color css
<style>
span { border-color: #375CCC; }
span { border-color: rgb(55,92,204); }
td.TdClassName
{
border-color: #375CCC;
}
.TagClassName
{
border-color: #375CCC;
}
</style>