Shades of Free Speech Blue #3760CF
Tints of Free Speech Blue #3760CF
RGB
CMYK
RGB Variations
Color information
#3760CF (or 0x3760CF) is known color: Free Speech Blue. HEX triplet: 37, 60 and CF. RGB value is (55,96,207). Sum of RGB (Red+Green+Blue) = 55+96+207=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #3760CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760CF is #C89F30. Grayscale: #5F5F5F. Windows color (decimal): -13147953 or 13590583. OLE color: 13590583.
HSL color Cylindrical-coordinate representation of color #3760CF: hue angle of 223.82º 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 #3760CF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 96 | 207 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.19 |
| HSL | 223.82º | 0.61% | 0.51% | - |
| HSV(B) | 223.82º | 0.73% | 0.81% | - |
| XYZ | 17.02 | 13.68 | 60.78 | - |
| YUV | 96.4 | 190.42 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 207 | 0.73 | 0.54 | 0 | 0.19 | 223.82 | 0.61 | 0.51 |
| Hex | 37 | 60 | CF | 49 | 36 | 0 | 13 | E0 | 3D | 33 |
| Octal | 67 | 140 | 317 | 111 | 66 | 0 | 23 | 340 | 75 | 63 |
| Binary | 110111 | 1100000 | 11001111 | 1001001 | 110110 | 0 | 10011 | 11100000 | 111101 | 110011 |
Color Harmonies of #3760CF
Complementary color
Monochromatic Colors of #3760CF
Black with #3760CF
Text Example
Text Example
White with #3760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3760CF; }
p { color: rgb(55,96,207); }
H1.HeaderClassName
{
color: #3760CF;
}
.AnyTagClassName
{
color: #3760CF;
}
</style>
background-color css
<style>
a { background-color: #3760CF; }
a { background-color: rgb(55,96,207); }
div.DivClassName
{
background-color: #3760CF;
}
.BgClassName
{
background-color: #3760CF;
}
</style>
border-color css
<style>
span { border-color: #3760CF; }
span { border-color: rgb(55,96,207); }
td.TdClassName
{
border-color: #3760CF;
}
.TagClassName
{
border-color: #3760CF;
}
</style>