Shades of Free Speech Blue #375ECE
Tints of Free Speech Blue #375ECE
RGB
CMYK
RGB Variations
Color information
#375ECE (or 0x375ECE) is known color: Free Speech Blue. HEX triplet: 37, 5E and CE. RGB value is (55,94,206). Sum of RGB (Red+Green+Blue) = 55+94+206=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #375ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ECE is #C8A131. Grayscale: #5E5E5E. Windows color (decimal): -13148466 or 13524535. OLE color: 13524535.
HSL color Cylindrical-coordinate representation of color #375ECE: hue angle of 224.5º 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 #375ECE is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 94 | 206 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.19 |
| HSL | 224.5º | 0.61% | 0.51% | - |
| HSV(B) | 224.5º | 0.73% | 0.81% | - |
| XYZ | 16.72 | 13.27 | 60.07 | - |
| YUV | 95.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 206 | 0.73 | 0.54 | 0 | 0.19 | 224.5 | 0.61 | 0.51 |
| Hex | 37 | 5E | CE | 49 | 36 | 0 | 13 | E1 | 3D | 33 |
| Octal | 67 | 136 | 316 | 111 | 66 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110111 | 1011110 | 11001110 | 1001001 | 110110 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #375ECE
Complementary color
Monochromatic Colors of #375ECE
Black with #375ECE
Text Example
Text Example
White with #375ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375ECE; }
p { color: rgb(55,94,206); }
H1.HeaderClassName
{
color: #375ECE;
}
.AnyTagClassName
{
color: #375ECE;
}
</style>
background-color css
<style>
a { background-color: #375ECE; }
a { background-color: rgb(55,94,206); }
div.DivClassName
{
background-color: #375ECE;
}
.BgClassName
{
background-color: #375ECE;
}
</style>
border-color css
<style>
span { border-color: #375ECE; }
span { border-color: rgb(55,94,206); }
td.TdClassName
{
border-color: #375ECE;
}
.TagClassName
{
border-color: #375ECE;
}
</style>