Shades of Free Speech Blue #375BD4
Tints of Free Speech Blue #375BD4
RGB
CMYK
RGB Variations
Color information
#375BD4 (or 0x375BD4) is known color: Free Speech Blue. HEX triplet: 37, 5B and D4. RGB value is (55,91,212). Sum of RGB (Red+Green+Blue) = 55+91+212=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #375BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BD4 is #C8A42B. Grayscale: #5D5D5D. Windows color (decimal): -13149228 or 13916983. OLE color: 13916983.
HSL color Cylindrical-coordinate representation of color #375BD4: hue angle of 226.24º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375BD4 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 91 | 212 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.17 |
| HSL | 226.24º | 0.65% | 0.52% | - |
| HSV(B) | 226.24º | 0.74% | 0.83% | - |
| XYZ | 17.2 | 13.05 | 63.9 | - |
| YUV | 94.03 | 194.57 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 212 | 0.74 | 0.57 | 0 | 0.17 | 226.24 | 0.65 | 0.52 |
| Hex | 37 | 5B | D4 | 4A | 39 | 0 | 11 | E2 | 41 | 34 |
| Octal | 67 | 133 | 324 | 112 | 71 | 0 | 21 | 342 | 101 | 64 |
| Binary | 110111 | 1011011 | 11010100 | 1001010 | 111001 | 0 | 10001 | 11100010 | 1000001 | 110100 |
Color Harmonies of #375BD4
Complementary color
Monochromatic Colors of #375BD4
Black with #375BD4
Text Example
Text Example
White with #375BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BD4; }
p { color: rgb(55,91,212); }
H1.HeaderClassName
{
color: #375BD4;
}
.AnyTagClassName
{
color: #375BD4;
}
</style>
background-color css
<style>
a { background-color: #375BD4; }
a { background-color: rgb(55,91,212); }
div.DivClassName
{
background-color: #375BD4;
}
.BgClassName
{
background-color: #375BD4;
}
</style>
border-color css
<style>
span { border-color: #375BD4; }
span { border-color: rgb(55,91,212); }
td.TdClassName
{
border-color: #375BD4;
}
.TagClassName
{
border-color: #375BD4;
}
</style>