Shades of Free Speech Blue #3855D7
Tints of Free Speech Blue #3855D7
RGB
CMYK
RGB Variations
Color information
#3855D7 (or 0x3855D7) is known color: Free Speech Blue. HEX triplet: 38, 55 and D7. RGB value is (56,85,215). Sum of RGB (Red+Green+Blue) = 56+85+215=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #3855D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855D7 is #C7AA28. Grayscale: #5A5A5A. Windows color (decimal): -13085225 or 14112056. OLE color: 14112056.
HSL color Cylindrical-coordinate representation of color #3855D7: hue angle of 229.06º degrees, saturation: 0.67, 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 #3855D7 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 85 | 215 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.16 |
| HSL | 229.06º | 0.67% | 0.53% | - |
| HSV(B) | 229.06º | 0.74% | 0.84% | - |
| XYZ | 17.15 | 12.24 | 65.75 | - |
| YUV | 91.15 | 197.89 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 215 | 0.74 | 0.60 | 0 | 0.16 | 229.06 | 0.67 | 0.53 |
| Hex | 38 | 55 | D7 | 4A | 3C | 0 | 10 | E5 | 43 | 35 |
| Octal | 70 | 125 | 327 | 112 | 74 | 0 | 20 | 345 | 103 | 65 |
| Binary | 111000 | 1010101 | 11010111 | 1001010 | 111100 | 0 | 10000 | 11100101 | 1000011 | 110101 |
Color Harmonies of #3855D7
Complementary color
Monochromatic Colors of #3855D7
Black with #3855D7
Text Example
Text Example
White with #3855D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3855D7; }
p { color: rgb(56,85,215); }
H1.HeaderClassName
{
color: #3855D7;
}
.AnyTagClassName
{
color: #3855D7;
}
</style>
background-color css
<style>
a { background-color: #3855D7; }
a { background-color: rgb(56,85,215); }
div.DivClassName
{
background-color: #3855D7;
}
.BgClassName
{
background-color: #3855D7;
}
</style>
border-color css
<style>
span { border-color: #3855D7; }
span { border-color: rgb(56,85,215); }
td.TdClassName
{
border-color: #3855D7;
}
.TagClassName
{
border-color: #3855D7;
}
</style>