Shades of Free Speech Blue #4039DA
Tints of Free Speech Blue #4039DA
RGB
CMYK
RGB Variations
Color information
#4039DA (or 0x4039DA) is known color: Free Speech Blue. HEX triplet: 40, 39 and DA. RGB value is (64,57,218). Sum of RGB (Red+Green+Blue) = 64+57+218=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #4039DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039DA is #BFC625. Grayscale: #4C4C4C. Windows color (decimal): -12568102 or 14301504. OLE color: 14301504.
HSL color Cylindrical-coordinate representation of color #4039DA: hue angle of 242.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4039DA is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 57 | 218 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.15 |
| HSL | 242.61º | 0.69% | 0.54% | - |
| HSV(B) | 242.61º | 0.74% | 0.85% | - |
| XYZ | 16.23 | 9.08 | 67.23 | - |
| YUV | 77.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 218 | 0.71 | 0.74 | 0 | 0.15 | 242.61 | 0.69 | 0.54 |
| Hex | 40 | 39 | DA | 47 | 4A | 0 | F | F3 | 45 | 36 |
| Octal | 100 | 71 | 332 | 107 | 112 | 0 | 17 | 363 | 105 | 66 |
| Binary | 1000000 | 111001 | 11011010 | 1000111 | 1001010 | 0 | 1111 | 11110011 | 1000101 | 110110 |
Color Harmonies of #4039DA
Complementary color
Monochromatic Colors of #4039DA
Black with #4039DA
Text Example
Text Example
White with #4039DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4039DA; }
p { color: rgb(64,57,218); }
H1.HeaderClassName
{
color: #4039DA;
}
.AnyTagClassName
{
color: #4039DA;
}
</style>
background-color css
<style>
a { background-color: #4039DA; }
a { background-color: rgb(64,57,218); }
div.DivClassName
{
background-color: #4039DA;
}
.BgClassName
{
background-color: #4039DA;
}
</style>
border-color css
<style>
span { border-color: #4039DA; }
span { border-color: rgb(64,57,218); }
td.TdClassName
{
border-color: #4039DA;
}
.TagClassName
{
border-color: #4039DA;
}
</style>