Shades of Free Speech Blue #4031BF
Tints of Free Speech Blue #4031BF
RGB
CMYK
RGB Variations
Color information
#4031BF (or 0x4031BF) is known color: Free Speech Blue. HEX triplet: 40, 31 and BF. RGB value is (64,49,191). Sum of RGB (Red+Green+Blue) = 64+49+191=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #4031BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031BF is #BFCE40. Grayscale: #454545. Windows color (decimal): -12570177 or 12529984. OLE color: 12529984.
HSL color Cylindrical-coordinate representation of color #4031BF: hue angle of 246.34º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4031BF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 49 | 191 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.25 |
| HSL | 246.34º | 0.59% | 0.47% | - |
| HSV(B) | 246.34º | 0.74% | 0.75% | - |
| XYZ | 12.62 | 7.05 | 49.99 | - |
| YUV | 69.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 191 | 0.66 | 0.74 | 0 | 0.25 | 246.34 | 0.59 | 0.47 |
| Hex | 40 | 31 | BF | 42 | 4A | 0 | 19 | F6 | 3B | 2F |
| Octal | 100 | 61 | 277 | 102 | 112 | 0 | 31 | 366 | 73 | 57 |
| Binary | 1000000 | 110001 | 10111111 | 1000010 | 1001010 | 0 | 11001 | 11110110 | 111011 | 101111 |
Color Harmonies of #4031BF
Complementary color
Monochromatic Colors of #4031BF
Black with #4031BF
Text Example
Text Example
White with #4031BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031BF; }
p { color: rgb(64,49,191); }
H1.HeaderClassName
{
color: #4031BF;
}
.AnyTagClassName
{
color: #4031BF;
}
</style>
background-color css
<style>
a { background-color: #4031BF; }
a { background-color: rgb(64,49,191); }
div.DivClassName
{
background-color: #4031BF;
}
.BgClassName
{
background-color: #4031BF;
}
</style>
border-color css
<style>
span { border-color: #4031BF; }
span { border-color: rgb(64,49,191); }
td.TdClassName
{
border-color: #4031BF;
}
.TagClassName
{
border-color: #4031BF;
}
</style>