Shades of Free Speech Blue #3953D8
Tints of Free Speech Blue #3953D8
RGB
CMYK
RGB Variations
Color information
#3953D8 (or 0x3953D8) is known color: Free Speech Blue. HEX triplet: 39, 53 and D8. RGB value is (57,83,216). Sum of RGB (Red+Green+Blue) = 57+83+216=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #3953D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3953D8 is #C6AC27. Grayscale: #595959. Windows color (decimal): -13020200 or 14177081. OLE color: 14177081.
HSL color Cylindrical-coordinate representation of color #3953D8: hue angle of 230.19º 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 #3953D8 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 83 | 216 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.15 |
| HSL | 230.19º | 0.67% | 0.54% | - |
| HSV(B) | 230.19º | 0.74% | 0.85% | - |
| XYZ | 17.18 | 12.01 | 66.38 | - |
| YUV | 90.39 | 198.89 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 216 | 0.74 | 0.62 | 0 | 0.15 | 230.19 | 0.67 | 0.54 |
| Hex | 39 | 53 | D8 | 4A | 3E | 0 | F | E6 | 43 | 36 |
| Octal | 71 | 123 | 330 | 112 | 76 | 0 | 17 | 346 | 103 | 66 |
| Binary | 111001 | 1010011 | 11011000 | 1001010 | 111110 | 0 | 1111 | 11100110 | 1000011 | 110110 |
Color Harmonies of #3953D8
Complementary color
Monochromatic Colors of #3953D8
Black with #3953D8
Text Example
Text Example
White with #3953D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3953D8; }
p { color: rgb(57,83,216); }
H1.HeaderClassName
{
color: #3953D8;
}
.AnyTagClassName
{
color: #3953D8;
}
</style>
background-color css
<style>
a { background-color: #3953D8; }
a { background-color: rgb(57,83,216); }
div.DivClassName
{
background-color: #3953D8;
}
.BgClassName
{
background-color: #3953D8;
}
</style>
border-color css
<style>
span { border-color: #3953D8; }
span { border-color: rgb(57,83,216); }
td.TdClassName
{
border-color: #3953D8;
}
.TagClassName
{
border-color: #3953D8;
}
</style>