Shades of Free Speech Blue #3741CF
Tints of Free Speech Blue #3741CF
RGB
CMYK
RGB Variations
Color information
#3741CF (or 0x3741CF) is known color: Free Speech Blue. HEX triplet: 37, 41 and CF. RGB value is (55,65,207). Sum of RGB (Red+Green+Blue) = 55+65+207=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #3741CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3741CF is #C8BE30. Grayscale: #4D4D4D. Windows color (decimal): -13155889 or 13582647. OLE color: 13582647.
HSL color Cylindrical-coordinate representation of color #3741CF: hue angle of 236.05º 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 #3741CF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 65 | 207 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.19 |
| HSL | 236.05º | 0.61% | 0.51% | - |
| HSV(B) | 236.05º | 0.73% | 0.81% | - |
| XYZ | 14.73 | 9.1 | 60.01 | - |
| YUV | 78.2 | 200.69 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 207 | 0.73 | 0.69 | 0 | 0.19 | 236.05 | 0.61 | 0.51 |
| Hex | 37 | 41 | CF | 49 | 45 | 0 | 13 | EC | 3D | 33 |
| Octal | 67 | 101 | 317 | 111 | 105 | 0 | 23 | 354 | 75 | 63 |
| Binary | 110111 | 1000001 | 11001111 | 1001001 | 1000101 | 0 | 10011 | 11101100 | 111101 | 110011 |
Color Harmonies of #3741CF
Complementary color
Monochromatic Colors of #3741CF
Black with #3741CF
Text Example
Text Example
White with #3741CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3741CF; }
p { color: rgb(55,65,207); }
H1.HeaderClassName
{
color: #3741CF;
}
.AnyTagClassName
{
color: #3741CF;
}
</style>
background-color css
<style>
a { background-color: #3741CF; }
a { background-color: rgb(55,65,207); }
div.DivClassName
{
background-color: #3741CF;
}
.BgClassName
{
background-color: #3741CF;
}
</style>
border-color css
<style>
span { border-color: #3741CF; }
span { border-color: rgb(55,65,207); }
td.TdClassName
{
border-color: #3741CF;
}
.TagClassName
{
border-color: #3741CF;
}
</style>