Shades of Free Speech Blue #3953DC
Tints of Free Speech Blue #3953DC
RGB
CMYK
RGB Variations
Color information
#3953DC (or 0x3953DC) is known color: Free Speech Blue. HEX triplet: 39, 53 and DC. RGB value is (57,83,220). Sum of RGB (Red+Green+Blue) = 57+83+220=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #3953DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3953DC is #C6AC23. Grayscale: #5A5A5A. Windows color (decimal): -13020196 or 14439225. OLE color: 14439225.
HSL color Cylindrical-coordinate representation of color #3953DC: hue angle of 230.43º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3953DC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 83 | 220 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.14 |
| HSL | 230.43º | 0.7% | 0.54% | - |
| HSV(B) | 230.43º | 0.74% | 0.86% | - |
| XYZ | 17.7 | 12.22 | 69.14 | - |
| YUV | 90.84 | 200.89 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 220 | 0.74 | 0.62 | 0 | 0.14 | 230.43 | 0.7 | 0.54 |
| Hex | 39 | 53 | DC | 4A | 3E | 0 | E | E6 | 46 | 36 |
| Octal | 71 | 123 | 334 | 112 | 76 | 0 | 16 | 346 | 106 | 66 |
| Binary | 111001 | 1010011 | 11011100 | 1001010 | 111110 | 0 | 1110 | 11100110 | 1000110 | 110110 |
Color Harmonies of #3953DC
Complementary color
Monochromatic Colors of #3953DC
Black with #3953DC
Text Example
Text Example
White with #3953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3953DC; }
p { color: rgb(57,83,220); }
H1.HeaderClassName
{
color: #3953DC;
}
.AnyTagClassName
{
color: #3953DC;
}
</style>
background-color css
<style>
a { background-color: #3953DC; }
a { background-color: rgb(57,83,220); }
div.DivClassName
{
background-color: #3953DC;
}
.BgClassName
{
background-color: #3953DC;
}
</style>
border-color css
<style>
span { border-color: #3953DC; }
span { border-color: rgb(57,83,220); }
td.TdClassName
{
border-color: #3953DC;
}
.TagClassName
{
border-color: #3953DC;
}
</style>