Shades of Free Speech Blue #3865C1
Tints of Free Speech Blue #3865C1
RGB
CMYK
RGB Variations
Color information
#3865C1 (or 0x3865C1) is known color: Free Speech Blue. HEX triplet: 38, 65 and C1. RGB value is (56,101,193). Sum of RGB (Red+Green+Blue) = 56+101+193=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #3865C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865C1 is #C79A3E. Grayscale: #616161. Windows color (decimal): -13081151 or 12674360. OLE color: 12674360.
HSL color Cylindrical-coordinate representation of color #3865C1: hue angle of 220.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3865C1 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 101 | 193 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.24 |
| HSL | 220.29º | 0.55% | 0.49% | - |
| HSV(B) | 220.29º | 0.71% | 0.76% | - |
| XYZ | 15.91 | 14 | 52.32 | - |
| YUV | 98.03 | 181.59 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 193 | 0.71 | 0.48 | 0 | 0.24 | 220.29 | 0.55 | 0.49 |
| Hex | 38 | 65 | C1 | 47 | 30 | 0 | 18 | DC | 37 | 31 |
| Octal | 70 | 145 | 301 | 107 | 60 | 0 | 30 | 334 | 67 | 61 |
| Binary | 111000 | 1100101 | 11000001 | 1000111 | 110000 | 0 | 11000 | 11011100 | 110111 | 110001 |
Color Harmonies of #3865C1
Complementary color
Monochromatic Colors of #3865C1
Black with #3865C1
Text Example
Text Example
White with #3865C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3865C1; }
p { color: rgb(56,101,193); }
H1.HeaderClassName
{
color: #3865C1;
}
.AnyTagClassName
{
color: #3865C1;
}
</style>
background-color css
<style>
a { background-color: #3865C1; }
a { background-color: rgb(56,101,193); }
div.DivClassName
{
background-color: #3865C1;
}
.BgClassName
{
background-color: #3865C1;
}
</style>
border-color css
<style>
span { border-color: #3865C1; }
span { border-color: rgb(56,101,193); }
td.TdClassName
{
border-color: #3865C1;
}
.TagClassName
{
border-color: #3865C1;
}
</style>