Shades of Free Speech Blue #373DC2
Tints of Free Speech Blue #373DC2
RGB
CMYK
RGB Variations
Color information
#373DC2 (or 0x373DC2) is known color: Free Speech Blue. HEX triplet: 37, 3D and C2. RGB value is (55,61,194). Sum of RGB (Red+Green+Blue) = 55+61+194=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #373DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DC2 is #C8C23D. Grayscale: #494949. Windows color (decimal): -13156926 or 12729655. OLE color: 12729655.
HSL color Cylindrical-coordinate representation of color #373DC2: hue angle of 237.41º 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 #373DC2 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 61 | 194 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.24 |
| HSL | 237.41º | 0.56% | 0.49% | - |
| HSV(B) | 237.41º | 0.72% | 0.76% | - |
| XYZ | 12.98 | 8.04 | 51.91 | - |
| YUV | 74.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 194 | 0.72 | 0.69 | 0 | 0.24 | 237.41 | 0.56 | 0.49 |
| Hex | 37 | 3D | C2 | 48 | 45 | 0 | 18 | ED | 38 | 31 |
| Octal | 67 | 75 | 302 | 110 | 105 | 0 | 30 | 355 | 70 | 61 |
| Binary | 110111 | 111101 | 11000010 | 1001000 | 1000101 | 0 | 11000 | 11101101 | 111000 | 110001 |
Color Harmonies of #373DC2
Complementary color
Monochromatic Colors of #373DC2
Black with #373DC2
Text Example
Text Example
White with #373DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DC2; }
p { color: rgb(55,61,194); }
H1.HeaderClassName
{
color: #373DC2;
}
.AnyTagClassName
{
color: #373DC2;
}
</style>
background-color css
<style>
a { background-color: #373DC2; }
a { background-color: rgb(55,61,194); }
div.DivClassName
{
background-color: #373DC2;
}
.BgClassName
{
background-color: #373DC2;
}
</style>
border-color css
<style>
span { border-color: #373DC2; }
span { border-color: rgb(55,61,194); }
td.TdClassName
{
border-color: #373DC2;
}
.TagClassName
{
border-color: #373DC2;
}
</style>