Shades of Free Speech Blue #3863CE
Tints of Free Speech Blue #3863CE
RGB
CMYK
RGB Variations
Color information
#3863CE (or 0x3863CE) is known color: Free Speech Blue. HEX triplet: 38, 63 and CE. RGB value is (56,99,206). Sum of RGB (Red+Green+Blue) = 56+99+206=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #3863CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863CE is #C79C31. Grayscale: #616161. Windows color (decimal): -13081650 or 13525816. OLE color: 13525816.
HSL color Cylindrical-coordinate representation of color #3863CE: hue angle of 222.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3863CE is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 99 | 206 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.19 |
| HSL | 222.8º | 0.6% | 0.51% | - |
| HSV(B) | 222.8º | 0.73% | 0.81% | - |
| XYZ | 17.23 | 14.22 | 60.23 | - |
| YUV | 98.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 206 | 0.73 | 0.52 | 0 | 0.19 | 222.8 | 0.6 | 0.51 |
| Hex | 38 | 63 | CE | 49 | 34 | 0 | 13 | DF | 3C | 33 |
| Octal | 70 | 143 | 316 | 111 | 64 | 0 | 23 | 337 | 74 | 63 |
| Binary | 111000 | 1100011 | 11001110 | 1001001 | 110100 | 0 | 10011 | 11011111 | 111100 | 110011 |
Color Harmonies of #3863CE
Complementary color
Monochromatic Colors of #3863CE
Black with #3863CE
Text Example
Text Example
White with #3863CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3863CE; }
p { color: rgb(56,99,206); }
H1.HeaderClassName
{
color: #3863CE;
}
.AnyTagClassName
{
color: #3863CE;
}
</style>
background-color css
<style>
a { background-color: #3863CE; }
a { background-color: rgb(56,99,206); }
div.DivClassName
{
background-color: #3863CE;
}
.BgClassName
{
background-color: #3863CE;
}
</style>
border-color css
<style>
span { border-color: #3863CE; }
span { border-color: rgb(56,99,206); }
td.TdClassName
{
border-color: #3863CE;
}
.TagClassName
{
border-color: #3863CE;
}
</style>