Shades of Free Speech Blue #4031CC
Tints of Free Speech Blue #4031CC
RGB
CMYK
RGB Variations
Color information
#4031CC (or 0x4031CC) is known color: Free Speech Blue. HEX triplet: 40, 31 and CC. RGB value is (64,49,204). Sum of RGB (Red+Green+Blue) = 64+49+204=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #4031CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031CC is #BFCE33. Grayscale: #464646. Windows color (decimal): -12570164 or 13381952. OLE color: 13381952.
HSL color Cylindrical-coordinate representation of color #4031CC: hue angle of 245.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4031CC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 49 | 204 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.2 |
| HSL | 245.81º | 0.61% | 0.5% | - |
| HSV(B) | 245.81º | 0.76% | 0.8% | - |
| XYZ | 14.11 | 7.65 | 57.86 | - |
| YUV | 71.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 204 | 0.69 | 0.76 | 0 | 0.2 | 245.81 | 0.61 | 0.5 |
| Hex | 40 | 31 | CC | 45 | 4C | 0 | 14 | F6 | 3D | 32 |
| Octal | 100 | 61 | 314 | 105 | 114 | 0 | 24 | 366 | 75 | 62 |
| Binary | 1000000 | 110001 | 11001100 | 1000101 | 1001100 | 0 | 10100 | 11110110 | 111101 | 110010 |
Color Harmonies of #4031CC
Complementary color
Monochromatic Colors of #4031CC
Black with #4031CC
Text Example
Text Example
White with #4031CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031CC; }
p { color: rgb(64,49,204); }
H1.HeaderClassName
{
color: #4031CC;
}
.AnyTagClassName
{
color: #4031CC;
}
</style>
background-color css
<style>
a { background-color: #4031CC; }
a { background-color: rgb(64,49,204); }
div.DivClassName
{
background-color: #4031CC;
}
.BgClassName
{
background-color: #4031CC;
}
</style>
border-color css
<style>
span { border-color: #4031CC; }
span { border-color: rgb(64,49,204); }
td.TdClassName
{
border-color: #4031CC;
}
.TagClassName
{
border-color: #4031CC;
}
</style>