Shades of Free Speech Blue #3860CF
Tints of Free Speech Blue #3860CF
RGB
CMYK
RGB Variations
Color information
#3860CF (or 0x3860CF) is known color: Free Speech Blue. HEX triplet: 38, 60 and CF. RGB value is (56,96,207). Sum of RGB (Red+Green+Blue) = 56+96+207=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #3860CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860CF is #C79F30. Grayscale: #606060. Windows color (decimal): -13082417 or 13590584. OLE color: 13590584.
HSL color Cylindrical-coordinate representation of color #3860CF: hue angle of 224.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3860CF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 96 | 207 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.19 |
| HSL | 224.11º | 0.61% | 0.52% | - |
| HSV(B) | 224.11º | 0.73% | 0.81% | - |
| XYZ | 17.08 | 13.71 | 60.78 | - |
| YUV | 96.69 | 190.25 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 207 | 0.73 | 0.54 | 0 | 0.19 | 224.11 | 0.61 | 0.52 |
| Hex | 38 | 60 | CF | 49 | 36 | 0 | 13 | E0 | 3D | 34 |
| Octal | 70 | 140 | 317 | 111 | 66 | 0 | 23 | 340 | 75 | 64 |
| Binary | 111000 | 1100000 | 11001111 | 1001001 | 110110 | 0 | 10011 | 11100000 | 111101 | 110100 |
Color Harmonies of #3860CF
Complementary color
Monochromatic Colors of #3860CF
Black with #3860CF
Text Example
Text Example
White with #3860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3860CF; }
p { color: rgb(56,96,207); }
H1.HeaderClassName
{
color: #3860CF;
}
.AnyTagClassName
{
color: #3860CF;
}
</style>
background-color css
<style>
a { background-color: #3860CF; }
a { background-color: rgb(56,96,207); }
div.DivClassName
{
background-color: #3860CF;
}
.BgClassName
{
background-color: #3860CF;
}
</style>
border-color css
<style>
span { border-color: #3860CF; }
span { border-color: rgb(56,96,207); }
td.TdClassName
{
border-color: #3860CF;
}
.TagClassName
{
border-color: #3860CF;
}
</style>