Shades of Free Speech Blue #3863C9
Tints of Free Speech Blue #3863C9
RGB
CMYK
RGB Variations
Color information
#3863C9 (or 0x3863C9) is known color: Free Speech Blue. HEX triplet: 38, 63 and C9. RGB value is (56,99,201). Sum of RGB (Red+Green+Blue) = 56+99+201=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #3863C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863C9 is #C79C36. Grayscale: #616161. Windows color (decimal): -13081655 or 13198136. OLE color: 13198136.
HSL color Cylindrical-coordinate representation of color #3863C9: hue angle of 222.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3863C9 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 99 | 201 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.21 |
| HSL | 222.21º | 0.57% | 0.5% | - |
| HSV(B) | 222.21º | 0.72% | 0.79% | - |
| XYZ | 16.64 | 13.98 | 57.08 | - |
| YUV | 97.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 201 | 0.72 | 0.51 | 0 | 0.21 | 222.21 | 0.57 | 0.5 |
| Hex | 38 | 63 | C9 | 48 | 33 | 0 | 15 | DE | 39 | 32 |
| Octal | 70 | 143 | 311 | 110 | 63 | 0 | 25 | 336 | 71 | 62 |
| Binary | 111000 | 1100011 | 11001001 | 1001000 | 110011 | 0 | 10101 | 11011110 | 111001 | 110010 |
Color Harmonies of #3863C9
Complementary color
Monochromatic Colors of #3863C9
Black with #3863C9
Text Example
Text Example
White with #3863C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3863C9; }
p { color: rgb(56,99,201); }
H1.HeaderClassName
{
color: #3863C9;
}
.AnyTagClassName
{
color: #3863C9;
}
</style>
background-color css
<style>
a { background-color: #3863C9; }
a { background-color: rgb(56,99,201); }
div.DivClassName
{
background-color: #3863C9;
}
.BgClassName
{
background-color: #3863C9;
}
</style>
border-color css
<style>
span { border-color: #3863C9; }
span { border-color: rgb(56,99,201); }
td.TdClassName
{
border-color: #3863C9;
}
.TagClassName
{
border-color: #3863C9;
}
</style>