Shades of Free Speech Blue #3848DF
Tints of Free Speech Blue #3848DF
RGB
CMYK
RGB Variations
Color information
#3848DF (or 0x3848DF) is known color: Free Speech Blue. HEX triplet: 38, 48 and DF. RGB value is (56,72,223). Sum of RGB (Red+Green+Blue) = 56+72+223=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #3848DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3848DF is #C7B720. Grayscale: #535353. Windows color (decimal): -13088545 or 14633016. OLE color: 14633016.
HSL color Cylindrical-coordinate representation of color #3848DF: hue angle of 234.25º 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 #3848DF is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 72 | 223 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.13 |
| HSL | 234.25º | 0.72% | 0.55% | - |
| HSV(B) | 234.25º | 0.75% | 0.87% | - |
| XYZ | 17.27 | 10.8 | 70.99 | - |
| YUV | 84.43 | 206.2 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 223 | 0.75 | 0.68 | 0 | 0.13 | 234.25 | 0.72 | 0.55 |
| Hex | 38 | 48 | DF | 4B | 44 | 0 | D | EA | 48 | 37 |
| Octal | 70 | 110 | 337 | 113 | 104 | 0 | 15 | 352 | 110 | 67 |
| Binary | 111000 | 1001000 | 11011111 | 1001011 | 1000100 | 0 | 1101 | 11101010 | 1001000 | 110111 |
Color Harmonies of #3848DF
Complementary color
Monochromatic Colors of #3848DF
Black with #3848DF
Text Example
Text Example
White with #3848DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3848DF; }
p { color: rgb(56,72,223); }
H1.HeaderClassName
{
color: #3848DF;
}
.AnyTagClassName
{
color: #3848DF;
}
</style>
background-color css
<style>
a { background-color: #3848DF; }
a { background-color: rgb(56,72,223); }
div.DivClassName
{
background-color: #3848DF;
}
.BgClassName
{
background-color: #3848DF;
}
</style>
border-color css
<style>
span { border-color: #3848DF; }
span { border-color: rgb(56,72,223); }
td.TdClassName
{
border-color: #3848DF;
}
.TagClassName
{
border-color: #3848DF;
}
</style>