Shades of Free Speech Blue #373FBA
Tints of Free Speech Blue #373FBA
RGB
CMYK
RGB Variations
Color information
#373FBA (or 0x373FBA) is known color: Free Speech Blue. HEX triplet: 37, 3F and BA. RGB value is (55,63,186). Sum of RGB (Red+Green+Blue) = 55+63+186=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #373FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FBA is #C8C045. Grayscale: #4A4A4A. Windows color (decimal): -13156422 or 12205879. OLE color: 12205879.
HSL color Cylindrical-coordinate representation of color #373FBA: hue angle of 236.34º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373FBA is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 63 | 186 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.27 |
| HSL | 236.34º | 0.54% | 0.47% | - |
| HSV(B) | 236.34º | 0.7% | 0.73% | - |
| XYZ | 12.22 | 7.91 | 47.34 | - |
| YUV | 74.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 186 | 0.70 | 0.66 | 0 | 0.27 | 236.34 | 0.54 | 0.47 |
| Hex | 37 | 3F | BA | 46 | 42 | 0 | 1B | EC | 36 | 2F |
| Octal | 67 | 77 | 272 | 106 | 102 | 0 | 33 | 354 | 66 | 57 |
| Binary | 110111 | 111111 | 10111010 | 1000110 | 1000010 | 0 | 11011 | 11101100 | 110110 | 101111 |
Color Harmonies of #373FBA
Complementary color
Monochromatic Colors of #373FBA
Black with #373FBA
Text Example
Text Example
White with #373FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FBA; }
p { color: rgb(55,63,186); }
H1.HeaderClassName
{
color: #373FBA;
}
.AnyTagClassName
{
color: #373FBA;
}
</style>
background-color css
<style>
a { background-color: #373FBA; }
a { background-color: rgb(55,63,186); }
div.DivClassName
{
background-color: #373FBA;
}
.BgClassName
{
background-color: #373FBA;
}
</style>
border-color css
<style>
span { border-color: #373FBA; }
span { border-color: rgb(55,63,186); }
td.TdClassName
{
border-color: #373FBA;
}
.TagClassName
{
border-color: #373FBA;
}
</style>