Shades of Free Speech Blue #3762CF
Tints of Free Speech Blue #3762CF
RGB
CMYK
RGB Variations
Color information
#3762CF (or 0x3762CF) is known color: Free Speech Blue. HEX triplet: 37, 62 and CF. RGB value is (55,98,207). Sum of RGB (Red+Green+Blue) = 55+98+207=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #3762CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3762CF is #C89D30. Grayscale: #616161. Windows color (decimal): -13147441 or 13591095. OLE color: 13591095.
HSL color Cylindrical-coordinate representation of color #3762CF: hue angle of 223.03º 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 #3762CF is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 98 | 207 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.19 |
| HSL | 223.03º | 0.61% | 0.51% | - |
| HSV(B) | 223.03º | 0.73% | 0.81% | - |
| XYZ | 17.21 | 14.05 | 60.84 | - |
| YUV | 97.57 | 189.75 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 207 | 0.73 | 0.53 | 0 | 0.19 | 223.03 | 0.61 | 0.51 |
| Hex | 37 | 62 | CF | 49 | 35 | 0 | 13 | DF | 3D | 33 |
| Octal | 67 | 142 | 317 | 111 | 65 | 0 | 23 | 337 | 75 | 63 |
| Binary | 110111 | 1100010 | 11001111 | 1001001 | 110101 | 0 | 10011 | 11011111 | 111101 | 110011 |
Color Harmonies of #3762CF
Complementary color
Monochromatic Colors of #3762CF
Black with #3762CF
Text Example
Text Example
White with #3762CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3762CF; }
p { color: rgb(55,98,207); }
H1.HeaderClassName
{
color: #3762CF;
}
.AnyTagClassName
{
color: #3762CF;
}
</style>
background-color css
<style>
a { background-color: #3762CF; }
a { background-color: rgb(55,98,207); }
div.DivClassName
{
background-color: #3762CF;
}
.BgClassName
{
background-color: #3762CF;
}
</style>
border-color css
<style>
span { border-color: #3762CF; }
span { border-color: rgb(55,98,207); }
td.TdClassName
{
border-color: #3762CF;
}
.TagClassName
{
border-color: #3762CF;
}
</style>