Shades of Free Speech Blue #3841CF
Tints of Free Speech Blue #3841CF
RGB
CMYK
RGB Variations
Color information
#3841CF (or 0x3841CF) is known color: Free Speech Blue. HEX triplet: 38, 41 and CF. RGB value is (56,65,207). Sum of RGB (Red+Green+Blue) = 56+65+207=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #3841CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3841CF is #C7BE30. Grayscale: #4D4D4D. Windows color (decimal): -13090353 or 13582648. OLE color: 13582648.
HSL color Cylindrical-coordinate representation of color #3841CF: hue angle of 236.42º 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 #3841CF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 65 | 207 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.19 |
| HSL | 236.42º | 0.61% | 0.52% | - |
| HSV(B) | 236.42º | 0.73% | 0.81% | - |
| XYZ | 14.78 | 9.13 | 60.01 | - |
| YUV | 78.5 | 200.52 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 207 | 0.73 | 0.69 | 0 | 0.19 | 236.42 | 0.61 | 0.52 |
| Hex | 38 | 41 | CF | 49 | 45 | 0 | 13 | EC | 3D | 34 |
| Octal | 70 | 101 | 317 | 111 | 105 | 0 | 23 | 354 | 75 | 64 |
| Binary | 111000 | 1000001 | 11001111 | 1001001 | 1000101 | 0 | 10011 | 11101100 | 111101 | 110100 |
Color Harmonies of #3841CF
Complementary color
Monochromatic Colors of #3841CF
Black with #3841CF
Text Example
Text Example
White with #3841CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841CF; }
p { color: rgb(56,65,207); }
H1.HeaderClassName
{
color: #3841CF;
}
.AnyTagClassName
{
color: #3841CF;
}
</style>
background-color css
<style>
a { background-color: #3841CF; }
a { background-color: rgb(56,65,207); }
div.DivClassName
{
background-color: #3841CF;
}
.BgClassName
{
background-color: #3841CF;
}
</style>
border-color css
<style>
span { border-color: #3841CF; }
span { border-color: rgb(56,65,207); }
td.TdClassName
{
border-color: #3841CF;
}
.TagClassName
{
border-color: #3841CF;
}
</style>