Shades of Free Speech Blue #3837CF
Tints of Free Speech Blue #3837CF
RGB
CMYK
RGB Variations
Color information
#3837CF (or 0x3837CF) is known color: Free Speech Blue. HEX triplet: 38, 37 and CF. RGB value is (56,55,207). Sum of RGB (Red+Green+Blue) = 56+55+207=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #3837CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3837CF is #C7C830. Grayscale: #484848. Windows color (decimal): -13092913 or 13580088. OLE color: 13580088.
HSL color Cylindrical-coordinate representation of color #3837CF: hue angle of 240.39º degrees, saturation: 0.61, 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 #3837CF is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 55 | 207 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.19 |
| HSL | 240.39º | 0.61% | 0.51% | - |
| HSV(B) | 240.39º | 0.73% | 0.81% | - |
| XYZ | 14.26 | 8.08 | 59.84 | - |
| YUV | 72.63 | 203.83 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 207 | 0.73 | 0.73 | 0 | 0.19 | 240.39 | 0.61 | 0.51 |
| Hex | 38 | 37 | CF | 49 | 49 | 0 | 13 | F0 | 3D | 33 |
| Octal | 70 | 67 | 317 | 111 | 111 | 0 | 23 | 360 | 75 | 63 |
| Binary | 111000 | 110111 | 11001111 | 1001001 | 1001001 | 0 | 10011 | 11110000 | 111101 | 110011 |
Color Harmonies of #3837CF
Complementary color
Monochromatic Colors of #3837CF
Black with #3837CF
Text Example
Text Example
White with #3837CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3837CF; }
p { color: rgb(56,55,207); }
H1.HeaderClassName
{
color: #3837CF;
}
.AnyTagClassName
{
color: #3837CF;
}
</style>
background-color css
<style>
a { background-color: #3837CF; }
a { background-color: rgb(56,55,207); }
div.DivClassName
{
background-color: #3837CF;
}
.BgClassName
{
background-color: #3837CF;
}
</style>
border-color css
<style>
span { border-color: #3837CF; }
span { border-color: rgb(56,55,207); }
td.TdClassName
{
border-color: #3837CF;
}
.TagClassName
{
border-color: #3837CF;
}
</style>