Shades of Free Speech Blue #3849CF
Tints of Free Speech Blue #3849CF
RGB
CMYK
RGB Variations
Color information
#3849CF (or 0x3849CF) is known color: Free Speech Blue. HEX triplet: 38, 49 and CF. RGB value is (56,73,207). Sum of RGB (Red+Green+Blue) = 56+73+207=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #3849CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3849CF is #C7B630. Grayscale: #525252. Windows color (decimal): -13088305 or 13584696. OLE color: 13584696.
HSL color Cylindrical-coordinate representation of color #3849CF: hue angle of 233.25º 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 #3849CF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 73 | 207 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.19 |
| HSL | 233.25º | 0.61% | 0.52% | - |
| HSV(B) | 233.25º | 0.73% | 0.81% | - |
| XYZ | 15.28 | 10.11 | 60.18 | - |
| YUV | 83.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 207 | 0.73 | 0.65 | 0 | 0.19 | 233.25 | 0.61 | 0.52 |
| Hex | 38 | 49 | CF | 49 | 41 | 0 | 13 | E9 | 3D | 34 |
| Octal | 70 | 111 | 317 | 111 | 101 | 0 | 23 | 351 | 75 | 64 |
| Binary | 111000 | 1001001 | 11001111 | 1001001 | 1000001 | 0 | 10011 | 11101001 | 111101 | 110100 |
Color Harmonies of #3849CF
Complementary color
Monochromatic Colors of #3849CF
Black with #3849CF
Text Example
Text Example
White with #3849CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3849CF; }
p { color: rgb(56,73,207); }
H1.HeaderClassName
{
color: #3849CF;
}
.AnyTagClassName
{
color: #3849CF;
}
</style>
background-color css
<style>
a { background-color: #3849CF; }
a { background-color: rgb(56,73,207); }
div.DivClassName
{
background-color: #3849CF;
}
.BgClassName
{
background-color: #3849CF;
}
</style>
border-color css
<style>
span { border-color: #3849CF; }
span { border-color: rgb(56,73,207); }
td.TdClassName
{
border-color: #3849CF;
}
.TagClassName
{
border-color: #3849CF;
}
</style>