Shades of Free Speech Blue #375ACD
Tints of Free Speech Blue #375ACD
RGB
CMYK
RGB Variations
Color information
#375ACD (or 0x375ACD) is known color: Free Speech Blue. HEX triplet: 37, 5A and CD. RGB value is (55,90,205). Sum of RGB (Red+Green+Blue) = 55+90+205=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #375ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ACD is #C8A532. Grayscale: #5C5C5C. Windows color (decimal): -13149491 or 13457975. OLE color: 13457975.
HSL color Cylindrical-coordinate representation of color #375ACD: hue angle of 226º degrees, saturation: 0.6, 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 #375ACD is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 90 | 205 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.20 |
| HSL | 226º | 0.6% | 0.51% | - |
| HSV(B) | 226º | 0.73% | 0.8% | - |
| XYZ | 16.25 | 12.53 | 59.32 | - |
| YUV | 92.65 | 191.4 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 205 | 0.73 | 0.56 | 0 | 0.20 | 226 | 0.6 | 0.51 |
| Hex | 37 | 5A | CD | 49 | 38 | 0 | 14 | E2 | 3C | 33 |
| Octal | 67 | 132 | 315 | 111 | 70 | 0 | 24 | 342 | 74 | 63 |
| Binary | 110111 | 1011010 | 11001101 | 1001001 | 111000 | 0 | 10100 | 11100010 | 111100 | 110011 |
Color Harmonies of #375ACD
Complementary color
Monochromatic Colors of #375ACD
Black with #375ACD
Text Example
Text Example
White with #375ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375ACD; }
p { color: rgb(55,90,205); }
H1.HeaderClassName
{
color: #375ACD;
}
.AnyTagClassName
{
color: #375ACD;
}
</style>
background-color css
<style>
a { background-color: #375ACD; }
a { background-color: rgb(55,90,205); }
div.DivClassName
{
background-color: #375ACD;
}
.BgClassName
{
background-color: #375ACD;
}
</style>
border-color css
<style>
span { border-color: #375ACD; }
span { border-color: rgb(55,90,205); }
td.TdClassName
{
border-color: #375ACD;
}
.TagClassName
{
border-color: #375ACD;
}
</style>