Shades of Free Speech Blue #375ECB
Tints of Free Speech Blue #375ECB
RGB
CMYK
RGB Variations
Color information
#375ECB (or 0x375ECB) is known color: Free Speech Blue. HEX triplet: 37, 5E and CB. RGB value is (55,94,203). Sum of RGB (Red+Green+Blue) = 55+94+203=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #375ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ECB is #C8A134. Grayscale: #5E5E5E. Windows color (decimal): -13148469 or 13327927. OLE color: 13327927.
HSL color Cylindrical-coordinate representation of color #375ECB: hue angle of 224.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375ECB is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 94 | 203 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.20 |
| HSL | 224.19º | 0.59% | 0.51% | - |
| HSV(B) | 224.19º | 0.73% | 0.8% | - |
| XYZ | 16.36 | 13.13 | 58.17 | - |
| YUV | 94.77 | 189.08 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 203 | 0.73 | 0.54 | 0 | 0.20 | 224.19 | 0.59 | 0.51 |
| Hex | 37 | 5E | CB | 49 | 36 | 0 | 14 | E0 | 3B | 33 |
| Octal | 67 | 136 | 313 | 111 | 66 | 0 | 24 | 340 | 73 | 63 |
| Binary | 110111 | 1011110 | 11001011 | 1001001 | 110110 | 0 | 10100 | 11100000 | 111011 | 110011 |
Color Harmonies of #375ECB
Complementary color
Monochromatic Colors of #375ECB
Black with #375ECB
Text Example
Text Example
White with #375ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375ECB; }
p { color: rgb(55,94,203); }
H1.HeaderClassName
{
color: #375ECB;
}
.AnyTagClassName
{
color: #375ECB;
}
</style>
background-color css
<style>
a { background-color: #375ECB; }
a { background-color: rgb(55,94,203); }
div.DivClassName
{
background-color: #375ECB;
}
.BgClassName
{
background-color: #375ECB;
}
</style>
border-color css
<style>
span { border-color: #375ECB; }
span { border-color: rgb(55,94,203); }
td.TdClassName
{
border-color: #375ECB;
}
.TagClassName
{
border-color: #375ECB;
}
</style>