Shades of Free Speech Blue #3845DC
Tints of Free Speech Blue #3845DC
RGB
CMYK
RGB Variations
Color information
#3845DC (or 0x3845DC) is known color: Free Speech Blue. HEX triplet: 38, 45 and DC. RGB value is (56,69,220). Sum of RGB (Red+Green+Blue) = 56+69+220=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #3845DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3845DC is #C7BA23. Grayscale: #515151. Windows color (decimal): -13089316 or 14435640. OLE color: 14435640.
HSL color Cylindrical-coordinate representation of color #3845DC: hue angle of 235.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3845DC is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 69 | 220 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.14 |
| HSL | 235.24º | 0.7% | 0.54% | - |
| HSV(B) | 235.24º | 0.75% | 0.86% | - |
| XYZ | 16.68 | 10.26 | 68.81 | - |
| YUV | 82.33 | 205.69 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 220 | 0.75 | 0.69 | 0 | 0.14 | 235.24 | 0.7 | 0.54 |
| Hex | 38 | 45 | DC | 4B | 45 | 0 | E | EB | 46 | 36 |
| Octal | 70 | 105 | 334 | 113 | 105 | 0 | 16 | 353 | 106 | 66 |
| Binary | 111000 | 1000101 | 11011100 | 1001011 | 1000101 | 0 | 1110 | 11101011 | 1000110 | 110110 |
Color Harmonies of #3845DC
Complementary color
Monochromatic Colors of #3845DC
Black with #3845DC
Text Example
Text Example
White with #3845DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3845DC; }
p { color: rgb(56,69,220); }
H1.HeaderClassName
{
color: #3845DC;
}
.AnyTagClassName
{
color: #3845DC;
}
</style>
background-color css
<style>
a { background-color: #3845DC; }
a { background-color: rgb(56,69,220); }
div.DivClassName
{
background-color: #3845DC;
}
.BgClassName
{
background-color: #3845DC;
}
</style>
border-color css
<style>
span { border-color: #3845DC; }
span { border-color: rgb(56,69,220); }
td.TdClassName
{
border-color: #3845DC;
}
.TagClassName
{
border-color: #3845DC;
}
</style>