Shades of Free Speech Blue #376BC4
Tints of Free Speech Blue #376BC4
RGB
CMYK
RGB Variations
Color information
#376BC4 (or 0x376BC4) is known color: Free Speech Blue. HEX triplet: 37, 6B and C4. RGB value is (55,107,196). Sum of RGB (Red+Green+Blue) = 55+107+196=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #376BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BC4 is #C8943B. Grayscale: #656565. Windows color (decimal): -13145148 or 12872503. OLE color: 12872503.
HSL color Cylindrical-coordinate representation of color #376BC4: hue angle of 217.87º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #376BC4 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 107 | 196 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.23 |
| HSL | 217.87º | 0.56% | 0.49% | - |
| HSV(B) | 217.87º | 0.72% | 0.77% | - |
| XYZ | 16.8 | 15.31 | 54.29 | - |
| YUV | 101.6 | 181.27 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 196 | 0.72 | 0.45 | 0 | 0.23 | 217.87 | 0.56 | 0.49 |
| Hex | 37 | 6B | C4 | 48 | 2D | 0 | 17 | DA | 38 | 31 |
| Octal | 67 | 153 | 304 | 110 | 55 | 0 | 27 | 332 | 70 | 61 |
| Binary | 110111 | 1101011 | 11000100 | 1001000 | 101101 | 0 | 10111 | 11011010 | 111000 | 110001 |
Color Harmonies of #376BC4
Complementary color
Monochromatic Colors of #376BC4
Black with #376BC4
Text Example
Text Example
White with #376BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BC4; }
p { color: rgb(55,107,196); }
H1.HeaderClassName
{
color: #376BC4;
}
.AnyTagClassName
{
color: #376BC4;
}
</style>
background-color css
<style>
a { background-color: #376BC4; }
a { background-color: rgb(55,107,196); }
div.DivClassName
{
background-color: #376BC4;
}
.BgClassName
{
background-color: #376BC4;
}
</style>
border-color css
<style>
span { border-color: #376BC4; }
span { border-color: rgb(55,107,196); }
td.TdClassName
{
border-color: #376BC4;
}
.TagClassName
{
border-color: #376BC4;
}
</style>