Shades of Free Speech Blue #4037BC
Tints of Free Speech Blue #4037BC
RGB
CMYK
RGB Variations
Color information
#4037BC (or 0x4037BC) is known color: Free Speech Blue. HEX triplet: 40, 37 and BC. RGB value is (64,55,188). Sum of RGB (Red+Green+Blue) = 64+55+188=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #4037BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4037BC is #BFC843. Grayscale: #484848. Windows color (decimal): -12568644 or 12334912. OLE color: 12334912.
HSL color Cylindrical-coordinate representation of color #4037BC: hue angle of 244.06º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4037BC is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 55 | 188 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.26 |
| HSL | 244.06º | 0.55% | 0.48% | - |
| HSV(B) | 244.06º | 0.71% | 0.74% | - |
| XYZ | 12.56 | 7.45 | 48.35 | - |
| YUV | 72.85 | 192.98 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 188 | 0.66 | 0.71 | 0 | 0.26 | 244.06 | 0.55 | 0.48 |
| Hex | 40 | 37 | BC | 42 | 47 | 0 | 1A | F4 | 37 | 30 |
| Octal | 100 | 67 | 274 | 102 | 107 | 0 | 32 | 364 | 67 | 60 |
| Binary | 1000000 | 110111 | 10111100 | 1000010 | 1000111 | 0 | 11010 | 11110100 | 110111 | 110000 |
Color Harmonies of #4037BC
Complementary color
Monochromatic Colors of #4037BC
Black with #4037BC
Text Example
Text Example
White with #4037BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4037BC; }
p { color: rgb(64,55,188); }
H1.HeaderClassName
{
color: #4037BC;
}
.AnyTagClassName
{
color: #4037BC;
}
</style>
background-color css
<style>
a { background-color: #4037BC; }
a { background-color: rgb(64,55,188); }
div.DivClassName
{
background-color: #4037BC;
}
.BgClassName
{
background-color: #4037BC;
}
</style>
border-color css
<style>
span { border-color: #4037BC; }
span { border-color: rgb(64,55,188); }
td.TdClassName
{
border-color: #4037BC;
}
.TagClassName
{
border-color: #4037BC;
}
</style>