Shades of Free Speech Blue #3855CC
Tints of Free Speech Blue #3855CC
RGB
CMYK
RGB Variations
Color information
#3855CC (or 0x3855CC) is known color: Free Speech Blue. HEX triplet: 38, 55 and CC. RGB value is (56,85,204). Sum of RGB (Red+Green+Blue) = 56+85+204=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #3855CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855CC is #C7AA33. Grayscale: #595959. Windows color (decimal): -13085236 or 13391160. OLE color: 13391160.
HSL color Cylindrical-coordinate representation of color #3855CC: hue angle of 228.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3855CC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 85 | 204 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.2 |
| HSL | 228.24º | 0.59% | 0.51% | - |
| HSV(B) | 228.24º | 0.73% | 0.8% | - |
| XYZ | 15.78 | 11.7 | 58.55 | - |
| YUV | 89.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 204 | 0.73 | 0.58 | 0 | 0.2 | 228.24 | 0.59 | 0.51 |
| Hex | 38 | 55 | CC | 49 | 3A | 0 | 14 | E4 | 3B | 33 |
| Octal | 70 | 125 | 314 | 111 | 72 | 0 | 24 | 344 | 73 | 63 |
| Binary | 111000 | 1010101 | 11001100 | 1001001 | 111010 | 0 | 10100 | 11100100 | 111011 | 110011 |
Color Harmonies of #3855CC
Complementary color
Monochromatic Colors of #3855CC
Black with #3855CC
Text Example
Text Example
White with #3855CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3855CC; }
p { color: rgb(56,85,204); }
H1.HeaderClassName
{
color: #3855CC;
}
.AnyTagClassName
{
color: #3855CC;
}
</style>
background-color css
<style>
a { background-color: #3855CC; }
a { background-color: rgb(56,85,204); }
div.DivClassName
{
background-color: #3855CC;
}
.BgClassName
{
background-color: #3855CC;
}
</style>
border-color css
<style>
span { border-color: #3855CC; }
span { border-color: rgb(56,85,204); }
td.TdClassName
{
border-color: #3855CC;
}
.TagClassName
{
border-color: #3855CC;
}
</style>