Shades of Free Speech Blue #384DDD
Tints of Free Speech Blue #384DDD
RGB
CMYK
RGB Variations
Color information
#384DDD (or 0x384DDD) is known color: Free Speech Blue. HEX triplet: 38, 4D and DD. RGB value is (56,77,221). Sum of RGB (Red+Green+Blue) = 56+77+221=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #384DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DDD is #C7B222. Grayscale: #565656. Windows color (decimal): -13087267 or 14503224. OLE color: 14503224.
HSL color Cylindrical-coordinate representation of color #384DDD: hue angle of 232.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384DDD is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 77 | 221 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.13 |
| HSL | 232.36º | 0.71% | 0.54% | - |
| HSV(B) | 232.36º | 0.75% | 0.87% | - |
| XYZ | 17.34 | 11.37 | 69.69 | - |
| YUV | 87.14 | 203.54 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 221 | 0.75 | 0.65 | 0 | 0.13 | 232.36 | 0.71 | 0.54 |
| Hex | 38 | 4D | DD | 4B | 41 | 0 | D | E8 | 47 | 36 |
| Octal | 70 | 115 | 335 | 113 | 101 | 0 | 15 | 350 | 107 | 66 |
| Binary | 111000 | 1001101 | 11011101 | 1001011 | 1000001 | 0 | 1101 | 11101000 | 1000111 | 110110 |
Color Harmonies of #384DDD
Complementary color
Monochromatic Colors of #384DDD
Black with #384DDD
Text Example
Text Example
White with #384DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DDD; }
p { color: rgb(56,77,221); }
H1.HeaderClassName
{
color: #384DDD;
}
.AnyTagClassName
{
color: #384DDD;
}
</style>
background-color css
<style>
a { background-color: #384DDD; }
a { background-color: rgb(56,77,221); }
div.DivClassName
{
background-color: #384DDD;
}
.BgClassName
{
background-color: #384DDD;
}
</style>
border-color css
<style>
span { border-color: #384DDD; }
span { border-color: rgb(56,77,221); }
td.TdClassName
{
border-color: #384DDD;
}
.TagClassName
{
border-color: #384DDD;
}
</style>