Shades of Free Speech Blue #375DCE
Tints of Free Speech Blue #375DCE
RGB
CMYK
RGB Variations
Color information
#375DCE (or 0x375DCE) is known color: Free Speech Blue. HEX triplet: 37, 5D and CE. RGB value is (55,93,206). Sum of RGB (Red+Green+Blue) = 55+93+206=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #375DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DCE is #C8A231. Grayscale: #5E5E5E. Windows color (decimal): -13148722 or 13524279. OLE color: 13524279.
HSL color Cylindrical-coordinate representation of color #375DCE: hue angle of 224.9º 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 #375DCE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 93 | 206 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.19 |
| HSL | 224.9º | 0.61% | 0.51% | - |
| HSV(B) | 224.9º | 0.73% | 0.81% | - |
| XYZ | 16.63 | 13.1 | 60.04 | - |
| YUV | 94.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 206 | 0.73 | 0.55 | 0 | 0.19 | 224.9 | 0.61 | 0.51 |
| Hex | 37 | 5D | CE | 49 | 37 | 0 | 13 | E1 | 3D | 33 |
| Octal | 67 | 135 | 316 | 111 | 67 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110111 | 1011101 | 11001110 | 1001001 | 110111 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #375DCE
Complementary color
Monochromatic Colors of #375DCE
Black with #375DCE
Text Example
Text Example
White with #375DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DCE; }
p { color: rgb(55,93,206); }
H1.HeaderClassName
{
color: #375DCE;
}
.AnyTagClassName
{
color: #375DCE;
}
</style>
background-color css
<style>
a { background-color: #375DCE; }
a { background-color: rgb(55,93,206); }
div.DivClassName
{
background-color: #375DCE;
}
.BgClassName
{
background-color: #375DCE;
}
</style>
border-color css
<style>
span { border-color: #375DCE; }
span { border-color: rgb(55,93,206); }
td.TdClassName
{
border-color: #375DCE;
}
.TagClassName
{
border-color: #375DCE;
}
</style>