Shades of Free Speech Blue #384DD7
Tints of Free Speech Blue #384DD7
RGB
CMYK
RGB Variations
Color information
#384DD7 (or 0x384DD7) is known color: Free Speech Blue. HEX triplet: 38, 4D and D7. RGB value is (56,77,215). Sum of RGB (Red+Green+Blue) = 56+77+215=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #384DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DD7 is #C7B228. Grayscale: #555555. Windows color (decimal): -13087273 or 14110008. OLE color: 14110008.
HSL color Cylindrical-coordinate representation of color #384DD7: hue angle of 232.08º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384DD7 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 77 | 215 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.16 |
| HSL | 232.08º | 0.67% | 0.53% | - |
| HSV(B) | 232.08º | 0.74% | 0.84% | - |
| XYZ | 16.55 | 11.05 | 65.55 | - |
| YUV | 86.45 | 200.54 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 215 | 0.74 | 0.64 | 0 | 0.16 | 232.08 | 0.67 | 0.53 |
| Hex | 38 | 4D | D7 | 4A | 40 | 0 | 10 | E8 | 43 | 35 |
| Octal | 70 | 115 | 327 | 112 | 100 | 0 | 20 | 350 | 103 | 65 |
| Binary | 111000 | 1001101 | 11010111 | 1001010 | 1000000 | 0 | 10000 | 11101000 | 1000011 | 110101 |
Color Harmonies of #384DD7
Complementary color
Monochromatic Colors of #384DD7
Black with #384DD7
Text Example
Text Example
White with #384DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DD7; }
p { color: rgb(56,77,215); }
H1.HeaderClassName
{
color: #384DD7;
}
.AnyTagClassName
{
color: #384DD7;
}
</style>
background-color css
<style>
a { background-color: #384DD7; }
a { background-color: rgb(56,77,215); }
div.DivClassName
{
background-color: #384DD7;
}
.BgClassName
{
background-color: #384DD7;
}
</style>
border-color css
<style>
span { border-color: #384DD7; }
span { border-color: rgb(56,77,215); }
td.TdClassName
{
border-color: #384DD7;
}
.TagClassName
{
border-color: #384DD7;
}
</style>