Shades of Free Speech Blue #373DBD
Tints of Free Speech Blue #373DBD
RGB
CMYK
RGB Variations
Color information
#373DBD (or 0x373DBD) is known color: Free Speech Blue. HEX triplet: 37, 3D and BD. RGB value is (55,61,189). Sum of RGB (Red+Green+Blue) = 55+61+189=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #373DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DBD is #C8C242. Grayscale: #494949. Windows color (decimal): -13156931 or 12401975. OLE color: 12401975.
HSL color Cylindrical-coordinate representation of color #373DBD: hue angle of 237.31º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373DBD is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 61 | 189 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.26 |
| HSL | 237.31º | 0.55% | 0.48% | - |
| HSV(B) | 237.31º | 0.71% | 0.74% | - |
| XYZ | 12.43 | 7.82 | 49 | - |
| YUV | 73.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 189 | 0.71 | 0.68 | 0 | 0.26 | 237.31 | 0.55 | 0.48 |
| Hex | 37 | 3D | BD | 47 | 44 | 0 | 1A | ED | 37 | 30 |
| Octal | 67 | 75 | 275 | 107 | 104 | 0 | 32 | 355 | 67 | 60 |
| Binary | 110111 | 111101 | 10111101 | 1000111 | 1000100 | 0 | 11010 | 11101101 | 110111 | 110000 |
Color Harmonies of #373DBD
Complementary color
Monochromatic Colors of #373DBD
Black with #373DBD
Text Example
Text Example
White with #373DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DBD; }
p { color: rgb(55,61,189); }
H1.HeaderClassName
{
color: #373DBD;
}
.AnyTagClassName
{
color: #373DBD;
}
</style>
background-color css
<style>
a { background-color: #373DBD; }
a { background-color: rgb(55,61,189); }
div.DivClassName
{
background-color: #373DBD;
}
.BgClassName
{
background-color: #373DBD;
}
</style>
border-color css
<style>
span { border-color: #373DBD; }
span { border-color: rgb(55,61,189); }
td.TdClassName
{
border-color: #373DBD;
}
.TagClassName
{
border-color: #373DBD;
}
</style>