Shades of Free Speech Blue #375BCB
Tints of Free Speech Blue #375BCB
RGB
CMYK
RGB Variations
Color information
#375BCB (or 0x375BCB) is known color: Free Speech Blue. HEX triplet: 37, 5B and CB. RGB value is (55,91,203). Sum of RGB (Red+Green+Blue) = 55+91+203=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #375BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BCB is #C8A434. Grayscale: #5C5C5C. Windows color (decimal): -13149237 or 13327159. OLE color: 13327159.
HSL color Cylindrical-coordinate representation of color #375BCB: hue angle of 225.41º 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 #375BCB is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 91 | 203 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.20 |
| HSL | 225.41º | 0.59% | 0.51% | - |
| HSV(B) | 225.41º | 0.73% | 0.8% | - |
| XYZ | 16.1 | 12.61 | 58.08 | - |
| YUV | 93 | 190.07 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 203 | 0.73 | 0.55 | 0 | 0.20 | 225.41 | 0.59 | 0.51 |
| Hex | 37 | 5B | CB | 49 | 37 | 0 | 14 | E1 | 3B | 33 |
| Octal | 67 | 133 | 313 | 111 | 67 | 0 | 24 | 341 | 73 | 63 |
| Binary | 110111 | 1011011 | 11001011 | 1001001 | 110111 | 0 | 10100 | 11100001 | 111011 | 110011 |
Color Harmonies of #375BCB
Complementary color
Monochromatic Colors of #375BCB
Black with #375BCB
Text Example
Text Example
White with #375BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BCB; }
p { color: rgb(55,91,203); }
H1.HeaderClassName
{
color: #375BCB;
}
.AnyTagClassName
{
color: #375BCB;
}
</style>
background-color css
<style>
a { background-color: #375BCB; }
a { background-color: rgb(55,91,203); }
div.DivClassName
{
background-color: #375BCB;
}
.BgClassName
{
background-color: #375BCB;
}
</style>
border-color css
<style>
span { border-color: #375BCB; }
span { border-color: rgb(55,91,203); }
td.TdClassName
{
border-color: #375BCB;
}
.TagClassName
{
border-color: #375BCB;
}
</style>