Shades of Free Speech Blue #3755CE
Tints of Free Speech Blue #3755CE
RGB
CMYK
RGB Variations
Color information
#3755CE (or 0x3755CE) is known color: Free Speech Blue. HEX triplet: 37, 55 and CE. RGB value is (55,85,206). Sum of RGB (Red+Green+Blue) = 55+85+206=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #3755CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755CE is #C8AA31. Grayscale: #595959. Windows color (decimal): -13150770 or 13522231. OLE color: 13522231.
HSL color Cylindrical-coordinate representation of color #3755CE: hue angle of 228.08º 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 #3755CE is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 85 | 206 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.19 |
| HSL | 228.08º | 0.61% | 0.51% | - |
| HSV(B) | 228.08º | 0.73% | 0.81% | - |
| XYZ | 15.96 | 11.77 | 59.82 | - |
| YUV | 89.82 | 193.56 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 206 | 0.73 | 0.59 | 0 | 0.19 | 228.08 | 0.61 | 0.51 |
| Hex | 37 | 55 | CE | 49 | 3B | 0 | 13 | E4 | 3D | 33 |
| Octal | 67 | 125 | 316 | 111 | 73 | 0 | 23 | 344 | 75 | 63 |
| Binary | 110111 | 1010101 | 11001110 | 1001001 | 111011 | 0 | 10011 | 11100100 | 111101 | 110011 |
Color Harmonies of #3755CE
Complementary color
Monochromatic Colors of #3755CE
Black with #3755CE
Text Example
Text Example
White with #3755CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3755CE; }
p { color: rgb(55,85,206); }
H1.HeaderClassName
{
color: #3755CE;
}
.AnyTagClassName
{
color: #3755CE;
}
</style>
background-color css
<style>
a { background-color: #3755CE; }
a { background-color: rgb(55,85,206); }
div.DivClassName
{
background-color: #3755CE;
}
.BgClassName
{
background-color: #3755CE;
}
</style>
border-color css
<style>
span { border-color: #3755CE; }
span { border-color: rgb(55,85,206); }
td.TdClassName
{
border-color: #3755CE;
}
.TagClassName
{
border-color: #3755CE;
}
</style>