Shades of Free Speech Blue #3853D6
Tints of Free Speech Blue #3853D6
RGB
CMYK
RGB Variations
Color information
#3853D6 (or 0x3853D6) is known color: Free Speech Blue. HEX triplet: 38, 53 and D6. RGB value is (56,83,214). Sum of RGB (Red+Green+Blue) = 56+83+214=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #3853D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3853D6 is #C7AC29. Grayscale: #595959. Windows color (decimal): -13085738 or 14046008. OLE color: 14046008.
HSL color Cylindrical-coordinate representation of color #3853D6: hue angle of 229.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3853D6 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 83 | 214 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.16 |
| HSL | 229.75º | 0.66% | 0.53% | - |
| HSV(B) | 229.75º | 0.74% | 0.84% | - |
| XYZ | 16.86 | 11.88 | 65.02 | - |
| YUV | 89.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 214 | 0.74 | 0.61 | 0 | 0.16 | 229.75 | 0.66 | 0.53 |
| Hex | 38 | 53 | D6 | 4A | 3D | 0 | 10 | E6 | 42 | 35 |
| Octal | 70 | 123 | 326 | 112 | 75 | 0 | 20 | 346 | 102 | 65 |
| Binary | 111000 | 1010011 | 11010110 | 1001010 | 111101 | 0 | 10000 | 11100110 | 1000010 | 110101 |
Color Harmonies of #3853D6
Complementary color
Monochromatic Colors of #3853D6
Black with #3853D6
Text Example
Text Example
White with #3853D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3853D6; }
p { color: rgb(56,83,214); }
H1.HeaderClassName
{
color: #3853D6;
}
.AnyTagClassName
{
color: #3853D6;
}
</style>
background-color css
<style>
a { background-color: #3853D6; }
a { background-color: rgb(56,83,214); }
div.DivClassName
{
background-color: #3853D6;
}
.BgClassName
{
background-color: #3853D6;
}
</style>
border-color css
<style>
span { border-color: #3853D6; }
span { border-color: rgb(56,83,214); }
td.TdClassName
{
border-color: #3853D6;
}
.TagClassName
{
border-color: #3853D6;
}
</style>