Shades of Free Speech Blue #3753CF
Tints of Free Speech Blue #3753CF
RGB
CMYK
RGB Variations
Color information
#3753CF (or 0x3753CF) is known color: Free Speech Blue. HEX triplet: 37, 53 and CF. RGB value is (55,83,207). Sum of RGB (Red+Green+Blue) = 55+83+207=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #3753CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3753CF is #C8AC30. Grayscale: #585858. Windows color (decimal): -13151281 or 13587255. OLE color: 13587255.
HSL color Cylindrical-coordinate representation of color #3753CF: hue angle of 228.95º 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 #3753CF is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 83 | 207 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.19 |
| HSL | 228.95º | 0.61% | 0.51% | - |
| HSV(B) | 228.95º | 0.73% | 0.81% | - |
| XYZ | 15.93 | 11.5 | 60.41 | - |
| YUV | 88.76 | 194.72 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 207 | 0.73 | 0.60 | 0 | 0.19 | 228.95 | 0.61 | 0.51 |
| Hex | 37 | 53 | CF | 49 | 3C | 0 | 13 | E5 | 3D | 33 |
| Octal | 67 | 123 | 317 | 111 | 74 | 0 | 23 | 345 | 75 | 63 |
| Binary | 110111 | 1010011 | 11001111 | 1001001 | 111100 | 0 | 10011 | 11100101 | 111101 | 110011 |
Color Harmonies of #3753CF
Complementary color
Monochromatic Colors of #3753CF
Black with #3753CF
Text Example
Text Example
White with #3753CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3753CF; }
p { color: rgb(55,83,207); }
H1.HeaderClassName
{
color: #3753CF;
}
.AnyTagClassName
{
color: #3753CF;
}
</style>
background-color css
<style>
a { background-color: #3753CF; }
a { background-color: rgb(55,83,207); }
div.DivClassName
{
background-color: #3753CF;
}
.BgClassName
{
background-color: #3753CF;
}
</style>
border-color css
<style>
span { border-color: #3753CF; }
span { border-color: rgb(55,83,207); }
td.TdClassName
{
border-color: #3753CF;
}
.TagClassName
{
border-color: #3753CF;
}
</style>