Shades of Free Speech Blue #4036C6
Tints of Free Speech Blue #4036C6
RGB
CMYK
RGB Variations
Color information
#4036C6 (or 0x4036C6) is known color: Free Speech Blue. HEX triplet: 40, 36 and C6. RGB value is (64,54,198). Sum of RGB (Red+Green+Blue) = 64+54+198=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 198 (77.73% from 255 or 62.66% from 316); Max value from RGB is 198 - color contains mainly: blue. Hex color #4036C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4036C6 is #BFC939. Grayscale: #484848. Windows color (decimal): -12568890 or 12990016. OLE color: 12990016.
HSL color Cylindrical-coordinate representation of color #4036C6: hue angle of 244.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4036C6 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 54 | 198 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.22 |
| HSL | 244.17º | 0.57% | 0.49% | - |
| HSV(B) | 244.17º | 0.73% | 0.78% | - |
| XYZ | 13.63 | 7.81 | 54.21 | - |
| YUV | 73.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 198 | 0.68 | 0.73 | 0 | 0.22 | 244.17 | 0.57 | 0.49 |
| Hex | 40 | 36 | C6 | 44 | 49 | 0 | 16 | F4 | 39 | 31 |
| Octal | 100 | 66 | 306 | 104 | 111 | 0 | 26 | 364 | 71 | 61 |
| Binary | 1000000 | 110110 | 11000110 | 1000100 | 1001001 | 0 | 10110 | 11110100 | 111001 | 110001 |
Color Harmonies of #4036C6
Complementary color
Monochromatic Colors of #4036C6
Black with #4036C6
Text Example
Text Example
White with #4036C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4036C6; }
p { color: rgb(64,54,198); }
H1.HeaderClassName
{
color: #4036C6;
}
.AnyTagClassName
{
color: #4036C6;
}
</style>
background-color css
<style>
a { background-color: #4036C6; }
a { background-color: rgb(64,54,198); }
div.DivClassName
{
background-color: #4036C6;
}
.BgClassName
{
background-color: #4036C6;
}
</style>
border-color css
<style>
span { border-color: #4036C6; }
span { border-color: rgb(64,54,198); }
td.TdClassName
{
border-color: #4036C6;
}
.TagClassName
{
border-color: #4036C6;
}
</style>