Shades of Free Speech Blue #3943D8
Tints of Free Speech Blue #3943D8
RGB
CMYK
RGB Variations
Color information
#3943D8 (or 0x3943D8) is known color: Free Speech Blue. HEX triplet: 39, 43 and D8. RGB value is (57,67,216). Sum of RGB (Red+Green+Blue) = 57+67+216=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #3943D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3943D8 is #C6BC27. Grayscale: #505050. Windows color (decimal): -13024296 or 14172985. OLE color: 14172985.
HSL color Cylindrical-coordinate representation of color #3943D8: hue angle of 236.23º degrees, saturation: 0.67, 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 #3943D8 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 67 | 216 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.15 |
| HSL | 236.23º | 0.67% | 0.54% | - |
| HSV(B) | 236.23º | 0.74% | 0.85% | - |
| XYZ | 16.09 | 9.84 | 66.02 | - |
| YUV | 81 | 204.19 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 216 | 0.74 | 0.69 | 0 | 0.15 | 236.23 | 0.67 | 0.54 |
| Hex | 39 | 43 | D8 | 4A | 45 | 0 | F | EC | 43 | 36 |
| Octal | 71 | 103 | 330 | 112 | 105 | 0 | 17 | 354 | 103 | 66 |
| Binary | 111001 | 1000011 | 11011000 | 1001010 | 1000101 | 0 | 1111 | 11101100 | 1000011 | 110110 |
Color Harmonies of #3943D8
Complementary color
Monochromatic Colors of #3943D8
Black with #3943D8
Text Example
Text Example
White with #3943D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3943D8; }
p { color: rgb(57,67,216); }
H1.HeaderClassName
{
color: #3943D8;
}
.AnyTagClassName
{
color: #3943D8;
}
</style>
background-color css
<style>
a { background-color: #3943D8; }
a { background-color: rgb(57,67,216); }
div.DivClassName
{
background-color: #3943D8;
}
.BgClassName
{
background-color: #3943D8;
}
</style>
border-color css
<style>
span { border-color: #3943D8; }
span { border-color: rgb(57,67,216); }
td.TdClassName
{
border-color: #3943D8;
}
.TagClassName
{
border-color: #3943D8;
}
</style>