Shades of Free Speech Blue #3758C1
Tints of Free Speech Blue #3758C1
RGB
CMYK
RGB Variations
Color information
#3758C1 (or 0x3758C1) is known color: Free Speech Blue. HEX triplet: 37, 58 and C1. RGB value is (55,88,193). Sum of RGB (Red+Green+Blue) = 55+88+193=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #3758C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758C1 is #C8A73E. Grayscale: #595959. Windows color (decimal): -13150015 or 12671031. OLE color: 12671031.
HSL color Cylindrical-coordinate representation of color #3758C1: hue angle of 225.65º 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 #3758C1 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 88 | 193 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.24 |
| HSL | 225.65º | 0.56% | 0.49% | - |
| HSV(B) | 225.65º | 0.72% | 0.76% | - |
| XYZ | 14.69 | 11.64 | 51.92 | - |
| YUV | 90.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 193 | 0.72 | 0.54 | 0 | 0.24 | 225.65 | 0.56 | 0.49 |
| Hex | 37 | 58 | C1 | 48 | 36 | 0 | 18 | E2 | 38 | 31 |
| Octal | 67 | 130 | 301 | 110 | 66 | 0 | 30 | 342 | 70 | 61 |
| Binary | 110111 | 1011000 | 11000001 | 1001000 | 110110 | 0 | 11000 | 11100010 | 111000 | 110001 |
Color Harmonies of #3758C1
Complementary color
Monochromatic Colors of #3758C1
Black with #3758C1
Text Example
Text Example
White with #3758C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3758C1; }
p { color: rgb(55,88,193); }
H1.HeaderClassName
{
color: #3758C1;
}
.AnyTagClassName
{
color: #3758C1;
}
</style>
background-color css
<style>
a { background-color: #3758C1; }
a { background-color: rgb(55,88,193); }
div.DivClassName
{
background-color: #3758C1;
}
.BgClassName
{
background-color: #3758C1;
}
</style>
border-color css
<style>
span { border-color: #3758C1; }
span { border-color: rgb(55,88,193); }
td.TdClassName
{
border-color: #3758C1;
}
.TagClassName
{
border-color: #3758C1;
}
</style>