Shades of Free Speech Blue #3861CE
Tints of Free Speech Blue #3861CE
RGB
CMYK
RGB Variations
Color information
#3861CE (or 0x3861CE) is known color: Free Speech Blue. HEX triplet: 38, 61 and CE. RGB value is (56,97,206). Sum of RGB (Red+Green+Blue) = 56+97+206=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #3861CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3861CE is #C79E31. Grayscale: #606060. Windows color (decimal): -13082162 or 13525304. OLE color: 13525304.
HSL color Cylindrical-coordinate representation of color #3861CE: hue angle of 223.6º 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 #3861CE is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 97 | 206 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.19 |
| HSL | 223.6º | 0.6% | 0.51% | - |
| HSV(B) | 223.6º | 0.73% | 0.81% | - |
| XYZ | 17.05 | 13.85 | 60.17 | - |
| YUV | 97.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 206 | 0.73 | 0.53 | 0 | 0.19 | 223.6 | 0.6 | 0.51 |
| Hex | 38 | 61 | CE | 49 | 35 | 0 | 13 | E0 | 3C | 33 |
| Octal | 70 | 141 | 316 | 111 | 65 | 0 | 23 | 340 | 74 | 63 |
| Binary | 111000 | 1100001 | 11001110 | 1001001 | 110101 | 0 | 10011 | 11100000 | 111100 | 110011 |
Color Harmonies of #3861CE
Complementary color
Monochromatic Colors of #3861CE
Black with #3861CE
Text Example
Text Example
White with #3861CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3861CE; }
p { color: rgb(56,97,206); }
H1.HeaderClassName
{
color: #3861CE;
}
.AnyTagClassName
{
color: #3861CE;
}
</style>
background-color css
<style>
a { background-color: #3861CE; }
a { background-color: rgb(56,97,206); }
div.DivClassName
{
background-color: #3861CE;
}
.BgClassName
{
background-color: #3861CE;
}
</style>
border-color css
<style>
span { border-color: #3861CE; }
span { border-color: rgb(56,97,206); }
td.TdClassName
{
border-color: #3861CE;
}
.TagClassName
{
border-color: #3861CE;
}
</style>