Shades of Free Speech Blue #376BC2
Tints of Free Speech Blue #376BC2
RGB
CMYK
RGB Variations
Color information
#376BC2 (or 0x376BC2) is known color: Free Speech Blue. HEX triplet: 37, 6B and C2. RGB value is (55,107,194). Sum of RGB (Red+Green+Blue) = 55+107+194=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #376BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BC2 is #C8943D. Grayscale: #646464. Windows color (decimal): -13145150 or 12741431. OLE color: 12741431.
HSL color Cylindrical-coordinate representation of color #376BC2: hue angle of 217.55º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #376BC2 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 107 | 194 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.24 |
| HSL | 217.55º | 0.56% | 0.49% | - |
| HSV(B) | 217.55º | 0.72% | 0.76% | - |
| XYZ | 16.57 | 15.22 | 53.1 | - |
| YUV | 101.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 194 | 0.72 | 0.45 | 0 | 0.24 | 217.55 | 0.56 | 0.49 |
| Hex | 37 | 6B | C2 | 48 | 2D | 0 | 18 | DA | 38 | 31 |
| Octal | 67 | 153 | 302 | 110 | 55 | 0 | 30 | 332 | 70 | 61 |
| Binary | 110111 | 1101011 | 11000010 | 1001000 | 101101 | 0 | 11000 | 11011010 | 111000 | 110001 |
Color Harmonies of #376BC2
Complementary color
Monochromatic Colors of #376BC2
Black with #376BC2
Text Example
Text Example
White with #376BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BC2; }
p { color: rgb(55,107,194); }
H1.HeaderClassName
{
color: #376BC2;
}
.AnyTagClassName
{
color: #376BC2;
}
</style>
background-color css
<style>
a { background-color: #376BC2; }
a { background-color: rgb(55,107,194); }
div.DivClassName
{
background-color: #376BC2;
}
.BgClassName
{
background-color: #376BC2;
}
</style>
border-color css
<style>
span { border-color: #376BC2; }
span { border-color: rgb(55,107,194); }
td.TdClassName
{
border-color: #376BC2;
}
.TagClassName
{
border-color: #376BC2;
}
</style>