Shades of Free Speech Blue #384DD8
Tints of Free Speech Blue #384DD8
RGB
CMYK
RGB Variations
Color information
#384DD8 (or 0x384DD8) is known color: Free Speech Blue. HEX triplet: 38, 4D and D8. RGB value is (56,77,216). Sum of RGB (Red+Green+Blue) = 56+77+216=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #384DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DD8 is #C7B227. Grayscale: #555555. Windows color (decimal): -13087272 or 14175544. OLE color: 14175544.
HSL color Cylindrical-coordinate representation of color #384DD8: hue angle of 232.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384DD8 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 77 | 216 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.15 |
| HSL | 232.13º | 0.67% | 0.53% | - |
| HSV(B) | 232.13º | 0.74% | 0.85% | - |
| XYZ | 16.68 | 11.11 | 66.23 | - |
| YUV | 86.57 | 201.04 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 216 | 0.74 | 0.64 | 0 | 0.15 | 232.13 | 0.67 | 0.53 |
| Hex | 38 | 4D | D8 | 4A | 40 | 0 | F | E8 | 43 | 35 |
| Octal | 70 | 115 | 330 | 112 | 100 | 0 | 17 | 350 | 103 | 65 |
| Binary | 111000 | 1001101 | 11011000 | 1001010 | 1000000 | 0 | 1111 | 11101000 | 1000011 | 110101 |
Color Harmonies of #384DD8
Complementary color
Monochromatic Colors of #384DD8
Black with #384DD8
Text Example
Text Example
White with #384DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DD8; }
p { color: rgb(56,77,216); }
H1.HeaderClassName
{
color: #384DD8;
}
.AnyTagClassName
{
color: #384DD8;
}
</style>
background-color css
<style>
a { background-color: #384DD8; }
a { background-color: rgb(56,77,216); }
div.DivClassName
{
background-color: #384DD8;
}
.BgClassName
{
background-color: #384DD8;
}
</style>
border-color css
<style>
span { border-color: #384DD8; }
span { border-color: rgb(56,77,216); }
td.TdClassName
{
border-color: #384DD8;
}
.TagClassName
{
border-color: #384DD8;
}
</style>