Shades of Free Speech Blue #3760CE
Tints of Free Speech Blue #3760CE
RGB
CMYK
RGB Variations
Color information
#3760CE (or 0x3760CE) is known color: Free Speech Blue. HEX triplet: 37, 60 and CE. RGB value is (55,96,206). Sum of RGB (Red+Green+Blue) = 55+96+206=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3760CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760CE is #C89F31. Grayscale: #5F5F5F. Windows color (decimal): -13147954 or 13525047. OLE color: 13525047.
HSL color Cylindrical-coordinate representation of color #3760CE: hue angle of 223.71º 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 #3760CE is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 96 | 206 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.19 |
| HSL | 223.71º | 0.61% | 0.51% | - |
| HSV(B) | 223.71º | 0.73% | 0.81% | - |
| XYZ | 16.9 | 13.63 | 60.13 | - |
| YUV | 96.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 206 | 0.73 | 0.53 | 0 | 0.19 | 223.71 | 0.61 | 0.51 |
| Hex | 37 | 60 | CE | 49 | 35 | 0 | 13 | E0 | 3D | 33 |
| Octal | 67 | 140 | 316 | 111 | 65 | 0 | 23 | 340 | 75 | 63 |
| Binary | 110111 | 1100000 | 11001110 | 1001001 | 110101 | 0 | 10011 | 11100000 | 111101 | 110011 |
Color Harmonies of #3760CE
Complementary color
Monochromatic Colors of #3760CE
Black with #3760CE
Text Example
Text Example
White with #3760CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3760CE; }
p { color: rgb(55,96,206); }
H1.HeaderClassName
{
color: #3760CE;
}
.AnyTagClassName
{
color: #3760CE;
}
</style>
background-color css
<style>
a { background-color: #3760CE; }
a { background-color: rgb(55,96,206); }
div.DivClassName
{
background-color: #3760CE;
}
.BgClassName
{
background-color: #3760CE;
}
</style>
border-color css
<style>
span { border-color: #3760CE; }
span { border-color: rgb(55,96,206); }
td.TdClassName
{
border-color: #3760CE;
}
.TagClassName
{
border-color: #3760CE;
}
</style>