Shades of Free Speech Blue #3866C4
Tints of Free Speech Blue #3866C4
RGB
CMYK
RGB Variations
Color information
#3866C4 (or 0x3866C4) is known color: Free Speech Blue. HEX triplet: 38, 66 and C4. RGB value is (56,102,196). Sum of RGB (Red+Green+Blue) = 56+102+196=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #3866C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866C4 is #C7993B. Grayscale: #626262. Windows color (decimal): -13080892 or 12871224. OLE color: 12871224.
HSL color Cylindrical-coordinate representation of color #3866C4: hue angle of 220.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3866C4 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 102 | 196 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.23 |
| HSL | 220.29º | 0.56% | 0.49% | - |
| HSV(B) | 220.29º | 0.71% | 0.77% | - |
| XYZ | 16.35 | 14.33 | 54.13 | - |
| YUV | 98.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 196 | 0.71 | 0.48 | 0 | 0.23 | 220.29 | 0.56 | 0.49 |
| Hex | 38 | 66 | C4 | 47 | 30 | 0 | 17 | DC | 38 | 31 |
| Octal | 70 | 146 | 304 | 107 | 60 | 0 | 27 | 334 | 70 | 61 |
| Binary | 111000 | 1100110 | 11000100 | 1000111 | 110000 | 0 | 10111 | 11011100 | 111000 | 110001 |
Color Harmonies of #3866C4
Complementary color
Monochromatic Colors of #3866C4
Black with #3866C4
Text Example
Text Example
White with #3866C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3866C4; }
p { color: rgb(56,102,196); }
H1.HeaderClassName
{
color: #3866C4;
}
.AnyTagClassName
{
color: #3866C4;
}
</style>
background-color css
<style>
a { background-color: #3866C4; }
a { background-color: rgb(56,102,196); }
div.DivClassName
{
background-color: #3866C4;
}
.BgClassName
{
background-color: #3866C4;
}
</style>
border-color css
<style>
span { border-color: #3866C4; }
span { border-color: rgb(56,102,196); }
td.TdClassName
{
border-color: #3866C4;
}
.TagClassName
{
border-color: #3866C4;
}
</style>