Shades of Free Speech Blue #4039C1
Tints of Free Speech Blue #4039C1
RGB
CMYK
RGB Variations
Color information
#4039C1 (or 0x4039C1) is known color: Free Speech Blue. HEX triplet: 40, 39 and C1. RGB value is (64,57,193). Sum of RGB (Red+Green+Blue) = 64+57+193=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #4039C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039C1 is #BFC63E. Grayscale: #4A4A4A. Windows color (decimal): -12568127 or 12663104. OLE color: 12663104.
HSL color Cylindrical-coordinate representation of color #4039C1: hue angle of 243.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4039C1 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 57 | 193 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.24 |
| HSL | 243.09º | 0.54% | 0.49% | - |
| HSV(B) | 243.09º | 0.7% | 0.76% | - |
| XYZ | 13.2 | 7.87 | 51.27 | - |
| YUV | 74.6 | 194.82 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 193 | 0.67 | 0.70 | 0 | 0.24 | 243.09 | 0.54 | 0.49 |
| Hex | 40 | 39 | C1 | 43 | 46 | 0 | 18 | F3 | 36 | 31 |
| Octal | 100 | 71 | 301 | 103 | 106 | 0 | 30 | 363 | 66 | 61 |
| Binary | 1000000 | 111001 | 11000001 | 1000011 | 1000110 | 0 | 11000 | 11110011 | 110110 | 110001 |
Color Harmonies of #4039C1
Complementary color
Monochromatic Colors of #4039C1
Black with #4039C1
Text Example
Text Example
White with #4039C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4039C1; }
p { color: rgb(64,57,193); }
H1.HeaderClassName
{
color: #4039C1;
}
.AnyTagClassName
{
color: #4039C1;
}
</style>
background-color css
<style>
a { background-color: #4039C1; }
a { background-color: rgb(64,57,193); }
div.DivClassName
{
background-color: #4039C1;
}
.BgClassName
{
background-color: #4039C1;
}
</style>
border-color css
<style>
span { border-color: #4039C1; }
span { border-color: rgb(64,57,193); }
td.TdClassName
{
border-color: #4039C1;
}
.TagClassName
{
border-color: #4039C1;
}
</style>