Shades of Free Speech Blue #375CCE
Tints of Free Speech Blue #375CCE
RGB
CMYK
RGB Variations
Color information
#375CCE (or 0x375CCE) is known color: Free Speech Blue. HEX triplet: 37, 5C and CE. RGB value is (55,92,206). Sum of RGB (Red+Green+Blue) = 55+92+206=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #375CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CCE is #C8A331. Grayscale: #5D5D5D. Windows color (decimal): -13148978 or 13524023. OLE color: 13524023.
HSL color Cylindrical-coordinate representation of color #375CCE: hue angle of 225.3º 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 #375CCE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 92 | 206 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.19 |
| HSL | 225.3º | 0.61% | 0.51% | - |
| HSV(B) | 225.3º | 0.73% | 0.81% | - |
| XYZ | 16.54 | 12.92 | 60.01 | - |
| YUV | 93.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 206 | 0.73 | 0.55 | 0 | 0.19 | 225.3 | 0.61 | 0.51 |
| Hex | 37 | 5C | CE | 49 | 37 | 0 | 13 | E1 | 3D | 33 |
| Octal | 67 | 134 | 316 | 111 | 67 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110111 | 1011100 | 11001110 | 1001001 | 110111 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #375CCE
Complementary color
Monochromatic Colors of #375CCE
Black with #375CCE
Text Example
Text Example
White with #375CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CCE; }
p { color: rgb(55,92,206); }
H1.HeaderClassName
{
color: #375CCE;
}
.AnyTagClassName
{
color: #375CCE;
}
</style>
background-color css
<style>
a { background-color: #375CCE; }
a { background-color: rgb(55,92,206); }
div.DivClassName
{
background-color: #375CCE;
}
.BgClassName
{
background-color: #375CCE;
}
</style>
border-color css
<style>
span { border-color: #375CCE; }
span { border-color: rgb(55,92,206); }
td.TdClassName
{
border-color: #375CCE;
}
.TagClassName
{
border-color: #375CCE;
}
</style>