Shades of Free Speech Blue #3750CE
Tints of Free Speech Blue #3750CE
RGB
CMYK
RGB Variations
Color information
#3750CE (or 0x3750CE) is known color: Free Speech Blue. HEX triplet: 37, 50 and CE. RGB value is (55,80,206). Sum of RGB (Red+Green+Blue) = 55+80+206=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3750CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3750CE is #C8AF31. Grayscale: #565656. Windows color (decimal): -13152050 or 13520951. OLE color: 13520951.
HSL color Cylindrical-coordinate representation of color #3750CE: hue angle of 230.07º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3750CE is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 80 | 206 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.19 |
| HSL | 230.07º | 0.61% | 0.51% | - |
| HSV(B) | 230.07º | 0.73% | 0.81% | - |
| XYZ | 15.58 | 11.01 | 59.7 | - |
| YUV | 86.89 | 195.22 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 206 | 0.73 | 0.61 | 0 | 0.19 | 230.07 | 0.61 | 0.51 |
| Hex | 37 | 50 | CE | 49 | 3D | 0 | 13 | E6 | 3D | 33 |
| Octal | 67 | 120 | 316 | 111 | 75 | 0 | 23 | 346 | 75 | 63 |
| Binary | 110111 | 1010000 | 11001110 | 1001001 | 111101 | 0 | 10011 | 11100110 | 111101 | 110011 |
Color Harmonies of #3750CE
Complementary color
Monochromatic Colors of #3750CE
Black with #3750CE
Text Example
Text Example
White with #3750CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3750CE; }
p { color: rgb(55,80,206); }
H1.HeaderClassName
{
color: #3750CE;
}
.AnyTagClassName
{
color: #3750CE;
}
</style>
background-color css
<style>
a { background-color: #3750CE; }
a { background-color: rgb(55,80,206); }
div.DivClassName
{
background-color: #3750CE;
}
.BgClassName
{
background-color: #3750CE;
}
</style>
border-color css
<style>
span { border-color: #3750CE; }
span { border-color: rgb(55,80,206); }
td.TdClassName
{
border-color: #3750CE;
}
.TagClassName
{
border-color: #3750CE;
}
</style>