Shades of Free Speech Blue #3845DF
Tints of Free Speech Blue #3845DF
RGB
CMYK
RGB Variations
Color information
#3845DF (or 0x3845DF) is known color: Free Speech Blue. HEX triplet: 38, 45 and DF. RGB value is (56,69,223). Sum of RGB (Red+Green+Blue) = 56+69+223=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #3845DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3845DF is #C7BA20. Grayscale: #525252. Windows color (decimal): -13089313 or 14632248. OLE color: 14632248.
HSL color Cylindrical-coordinate representation of color #3845DF: hue angle of 235.33º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3845DF is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 69 | 223 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.13 |
| HSL | 235.33º | 0.72% | 0.55% | - |
| HSV(B) | 235.33º | 0.75% | 0.87% | - |
| XYZ | 17.08 | 10.42 | 70.92 | - |
| YUV | 82.67 | 207.19 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 223 | 0.75 | 0.69 | 0 | 0.13 | 235.33 | 0.72 | 0.55 |
| Hex | 38 | 45 | DF | 4B | 45 | 0 | D | EB | 48 | 37 |
| Octal | 70 | 105 | 337 | 113 | 105 | 0 | 15 | 353 | 110 | 67 |
| Binary | 111000 | 1000101 | 11011111 | 1001011 | 1000101 | 0 | 1101 | 11101011 | 1001000 | 110111 |
Color Harmonies of #3845DF
Complementary color
Monochromatic Colors of #3845DF
Black with #3845DF
Text Example
Text Example
White with #3845DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3845DF; }
p { color: rgb(56,69,223); }
H1.HeaderClassName
{
color: #3845DF;
}
.AnyTagClassName
{
color: #3845DF;
}
</style>
background-color css
<style>
a { background-color: #3845DF; }
a { background-color: rgb(56,69,223); }
div.DivClassName
{
background-color: #3845DF;
}
.BgClassName
{
background-color: #3845DF;
}
</style>
border-color css
<style>
span { border-color: #3845DF; }
span { border-color: rgb(56,69,223); }
td.TdClassName
{
border-color: #3845DF;
}
.TagClassName
{
border-color: #3845DF;
}
</style>