Shades of Free Speech Blue #3743C6
Tints of Free Speech Blue #3743C6
RGB
CMYK
RGB Variations
Color information
#3743C6 (or 0x3743C6) is known color: Free Speech Blue. HEX triplet: 37, 43 and C6. RGB value is (55,67,198). Sum of RGB (Red+Green+Blue) = 55+67+198=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 198 (77.73% from 255 or 61.88% from 320); Max value from RGB is 198 - color contains mainly: blue. Hex color #3743C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3743C6 is #C8BC39. Grayscale: #4D4D4D. Windows color (decimal): -13155386 or 12993335. OLE color: 12993335.
HSL color Cylindrical-coordinate representation of color #3743C6: hue angle of 234.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3743C6 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 67 | 198 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.22 |
| HSL | 234.97º | 0.57% | 0.5% | - |
| HSV(B) | 234.97º | 0.72% | 0.78% | - |
| XYZ | 13.78 | 8.9 | 54.42 | - |
| YUV | 78.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 198 | 0.72 | 0.66 | 0 | 0.22 | 234.97 | 0.57 | 0.5 |
| Hex | 37 | 43 | C6 | 48 | 42 | 0 | 16 | EB | 39 | 32 |
| Octal | 67 | 103 | 306 | 110 | 102 | 0 | 26 | 353 | 71 | 62 |
| Binary | 110111 | 1000011 | 11000110 | 1001000 | 1000010 | 0 | 10110 | 11101011 | 111001 | 110010 |
Color Harmonies of #3743C6
Complementary color
Monochromatic Colors of #3743C6
Black with #3743C6
Text Example
Text Example
White with #3743C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3743C6; }
p { color: rgb(55,67,198); }
H1.HeaderClassName
{
color: #3743C6;
}
.AnyTagClassName
{
color: #3743C6;
}
</style>
background-color css
<style>
a { background-color: #3743C6; }
a { background-color: rgb(55,67,198); }
div.DivClassName
{
background-color: #3743C6;
}
.BgClassName
{
background-color: #3743C6;
}
</style>
border-color css
<style>
span { border-color: #3743C6; }
span { border-color: rgb(55,67,198); }
td.TdClassName
{
border-color: #3743C6;
}
.TagClassName
{
border-color: #3743C6;
}
</style>