Shades of Free Speech Blue #3866CC
Tints of Free Speech Blue #3866CC
RGB
CMYK
RGB Variations
Color information
#3866CC (or 0x3866CC) is known color: Free Speech Blue. HEX triplet: 38, 66 and CC. RGB value is (56,102,204). Sum of RGB (Red+Green+Blue) = 56+102+204=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #3866CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866CC is #C79933. Grayscale: #636363. Windows color (decimal): -13080884 or 13395512. OLE color: 13395512.
HSL color Cylindrical-coordinate representation of color #3866CC: hue angle of 221.35º 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 #3866CC is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 102 | 204 | - |
| CMYK | 0.73 | 0.5 | 0 | 0.2 |
| HSL | 221.35º | 0.59% | 0.51% | - |
| HSV(B) | 221.35º | 0.73% | 0.8% | - |
| XYZ | 17.28 | 14.7 | 59.05 | - |
| YUV | 99.87 | 186.76 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 204 | 0.73 | 0.5 | 0 | 0.2 | 221.35 | 0.59 | 0.51 |
| Hex | 38 | 66 | CC | 49 | 32 | 0 | 14 | DD | 3B | 33 |
| Octal | 70 | 146 | 314 | 111 | 62 | 0 | 24 | 335 | 73 | 63 |
| Binary | 111000 | 1100110 | 11001100 | 1001001 | 110010 | 0 | 10100 | 11011101 | 111011 | 110011 |
Color Harmonies of #3866CC
Complementary color
Monochromatic Colors of #3866CC
Black with #3866CC
Text Example
Text Example
White with #3866CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3866CC; }
p { color: rgb(56,102,204); }
H1.HeaderClassName
{
color: #3866CC;
}
.AnyTagClassName
{
color: #3866CC;
}
</style>
background-color css
<style>
a { background-color: #3866CC; }
a { background-color: rgb(56,102,204); }
div.DivClassName
{
background-color: #3866CC;
}
.BgClassName
{
background-color: #3866CC;
}
</style>
border-color css
<style>
span { border-color: #3866CC; }
span { border-color: rgb(56,102,204); }
td.TdClassName
{
border-color: #3866CC;
}
.TagClassName
{
border-color: #3866CC;
}
</style>