Shades of Free Speech Blue #375BCE
Tints of Free Speech Blue #375BCE
RGB
CMYK
RGB Variations
Color information
#375BCE (or 0x375BCE) is known color: Free Speech Blue. HEX triplet: 37, 5B and CE. RGB value is (55,91,206). Sum of RGB (Red+Green+Blue) = 55+91+206=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #375BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BCE is #C8A431. Grayscale: #5C5C5C. Windows color (decimal): -13149234 or 13523767. OLE color: 13523767.
HSL color Cylindrical-coordinate representation of color #375BCE: hue angle of 225.7º 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 #375BCE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 91 | 206 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.19 |
| HSL | 225.7º | 0.61% | 0.51% | - |
| HSV(B) | 225.7º | 0.73% | 0.81% | - |
| XYZ | 16.46 | 12.75 | 59.99 | - |
| YUV | 93.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 206 | 0.73 | 0.56 | 0 | 0.19 | 225.7 | 0.61 | 0.51 |
| Hex | 37 | 5B | CE | 49 | 38 | 0 | 13 | E2 | 3D | 33 |
| Octal | 67 | 133 | 316 | 111 | 70 | 0 | 23 | 342 | 75 | 63 |
| Binary | 110111 | 1011011 | 11001110 | 1001001 | 111000 | 0 | 10011 | 11100010 | 111101 | 110011 |
Color Harmonies of #375BCE
Complementary color
Monochromatic Colors of #375BCE
Black with #375BCE
Text Example
Text Example
White with #375BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BCE; }
p { color: rgb(55,91,206); }
H1.HeaderClassName
{
color: #375BCE;
}
.AnyTagClassName
{
color: #375BCE;
}
</style>
background-color css
<style>
a { background-color: #375BCE; }
a { background-color: rgb(55,91,206); }
div.DivClassName
{
background-color: #375BCE;
}
.BgClassName
{
background-color: #375BCE;
}
</style>
border-color css
<style>
span { border-color: #375BCE; }
span { border-color: rgb(55,91,206); }
td.TdClassName
{
border-color: #375BCE;
}
.TagClassName
{
border-color: #375BCE;
}
</style>